#B5CFEC

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

Shades of Tropical Blue #B5CFEC

Tints of Tropical Blue #B5CFEC

Color information

#B5CFEC (or 0xB5CFEC) is unknown color: approx Tropical Blue. HEX triplet: B5, CF and EC. RGB value is (181,207,236). Sum of RGB (Red+Green+Blue) = 181+207+236=624 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.01% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CFEC is #4A3013. Grayscale: #CACACA. Windows color (decimal): -4861972 or 15519669. OLE color: 15519669.

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

Color convert

RGB181207236-
CMYK0.230.1200.07
HSL211.64º59.14%81.76%-
HSV(B)211.64º23.31%92.55%-
XYZ56.5160.5188.06-
YUV202.53146.89112.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.01%
GREEN value IS 207 (81.25% from 255) = 33.17%
BLUE value IS 236 (92.58% from 255) = 37.82%
R=29.01%
G=33.17%
B=37.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812072360.230.1200.07211.6459.1481.76
HexB5CFEC17C07d43b52
Octal26531735427140732473122
Binary1011010111001111111011001011111000111110101001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CFEC; }

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

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

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

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

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

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

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

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