#B5CBEC

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

Shades of Tropical Blue #B5CBEC

Tints of Tropical Blue #B5CBEC

Color information

#B5CBEC (or 0xB5CBEC) is unknown color: approx Tropical Blue. HEX triplet: B5, CB and EC. RGB value is (181,203,236). Sum of RGB (Red+Green+Blue) = 181+203+236=620 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.19% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CBEC is #4A3413. Grayscale: #C8C8C8. Windows color (decimal): -4862996 or 15518645. OLE color: 15518645.

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

Color convert

RGB181203236-
CMYK0.230.1400.07
HSL216º59.14%81.76%-
HSV(B)216º23.31%92.55%-
XYZ55.5558.5987.74-
YUV200.18148.21114.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.19%
GREEN value IS 203 (79.69% from 255) = 32.74%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=29.19%
G=32.74%
B=38.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812032360.230.1400.0721659.1481.76
HexB5CBEC17E07d83b52
Octal26531335427160733073122
Binary1011010111001011111011001011111100111110110001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CBEC; }

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

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

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

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

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

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

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

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