#B9CDEC

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

Shades of Tropical Blue #B9CDEC

Tints of Tropical Blue #B9CDEC

Color information

#B9CDEC (or 0xB9CDEC) is unknown color: approx Tropical Blue. HEX triplet: B9, CD and EC. RGB value is (185,205,236). Sum of RGB (Red+Green+Blue) = 185+205+236=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CDEC is #463213. Grayscale: #CACACA. Windows color (decimal): -4600340 or 15519161. OLE color: 15519161.

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

Color convert

RGB185205236-
CMYK0.220.1300.07
HSL216.47º57.3%82.55%-
HSV(B)216.47º21.61%92.55%-
XYZ56.9860.0387.94-
YUV202.55146.87115.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.55%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=29.55%
G=32.75%
B=37.70%

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
Decimal1852052360.220.1300.07216.4757.382.55
HexB9CDEC16D07d83953
Octal27131535426150733071123
Binary1011100111001101111011001011011010111110110001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CDEC; }

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

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

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

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

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

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

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

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