#B5CEEC

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

Shades of Tropical Blue #B5CEEC

Tints of Tropical Blue #B5CEEC

Color information

#B5CEEC (or 0xB5CEEC) is unknown color: approx Tropical Blue. HEX triplet: B5, CE and EC. RGB value is (181,206,236). Sum of RGB (Red+Green+Blue) = 181+206+236=623 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.05% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CEEC is #4A3113. Grayscale: #C9C9C9. Windows color (decimal): -4862228 or 15519413. OLE color: 15519413.

HSL color Cylindrical-coordinate representation of color #B5CEEC: hue angle of 212.73º degrees, saturation: 0.59, 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 #B5CEEC is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181206236-
CMYK0.230.1300.07
HSL212.73º59.14%81.76%-
HSV(B)212.73º23.31%92.55%-
XYZ56.2760.0287.98-
YUV201.94147.22113.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.05%
GREEN value IS 206 (80.86% from 255) = 33.07%
BLUE value IS 236 (92.58% from 255) = 37.88%
R=29.05%
G=33.07%
B=37.88%

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
Decimal1812062360.230.1300.07212.7359.1481.76
HexB5CEEC17D07d53b52
Octal26531635427150732573122
Binary1011010111001110111011001011111010111110101011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CEEC; }

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

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

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

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

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

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

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

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