#B6CFED

Color #B6CFED Tropical Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Blue #B6CFED

Tints of Tropical Blue #B6CFED

Color information

#B6CFED (or 0xB6CFED) is unknown color: approx Tropical Blue. HEX triplet: B6, CF and ED. RGB value is (182,207,237). Sum of RGB (Red+Green+Blue) = 182+207+237=626 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.07% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #B6CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CFED is #493012. Grayscale: #CACACA. Windows color (decimal): -4796435 or 15585206. OLE color: 15585206.

HSL color Cylindrical-coordinate representation of color #B6CFED: hue angle of 212.73º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6CFED is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182207237-
CMYK0.230.1300.07
HSL212.73º60.44%82.16%-
HSV(B)212.73º23.21%92.94%-
XYZ56.8960.6988.84-
YUV202.94147.22113.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 29.07%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=29.07%
G=33.07%
B=37.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822072370.230.1300.07212.7360.4482.16
HexB6CFED17D07d53c52
Octal26631735527150732574122
Binary1011011011001111111011011011111010111110101011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CFED; }

 p { color: rgb(182,207,237); }

 H1.HeaderClassName
 {
   color: #B6CFED;
 }
 .AnyTagClassName
 {
   color: #B6CFED;
 }
</style>
background-color css

<style>
 a { background-color: #B6CFED; }

 a { background-color: rgb(182,207,237); }

 div.DivClassName
 {
   background-color: #B6CFED;
 }
 .BgClassName
 {
   background-color: #B6CFED;
 }
</style>
border-color css

<style>
 span { border-color: #B6CFED; }

 span { border-color: rgb(182,207,237); }

 td.TdClassName
 {
   border-color: #B6CFED;
 }
 .TagClassName
 {
   border-color: #B6CFED;
 }
</style>