#B9CEEC

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

Shades of Tropical Blue #B9CEEC

Tints of Tropical Blue #B9CEEC

Color information

#B9CEEC (or 0xB9CEEC) is unknown color: approx Tropical Blue. HEX triplet: B9, CE and EC. RGB value is (185,206,236). Sum of RGB (Red+Green+Blue) = 185+206+236=627 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.51% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CEEC is #463113. Grayscale: #CBCBCB. Windows color (decimal): -4600084 or 15519417. OLE color: 15519417.

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

Color convert

RGB185206236-
CMYK0.220.1300.07
HSL215.29º57.3%82.55%-
HSV(B)215.29º21.61%92.55%-
XYZ57.2260.5188.02-
YUV203.14146.54115.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.51%
GREEN value IS 206 (80.86% from 255) = 32.85%
BLUE value IS 236 (92.58% from 255) = 37.64%
R=29.51%
G=32.85%
B=37.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852062360.220.1300.07215.2957.382.55
HexB9CEEC16D07d73953
Octal27131635426150732771123
Binary1011100111001110111011001011011010111110101111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CEEC; }

 p { color: rgb(185,206,236); }

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

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

 a { background-color: rgb(185,206,236); }

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

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

 span { border-color: rgb(185,206,236); }

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