#B9D0EF

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

Shades of Tropical Blue #B9D0EF

Tints of Tropical Blue #B9D0EF

Color information

#B9D0EF (or 0xB9D0EF) is unknown color: approx Tropical Blue. HEX triplet: B9, D0 and EF. RGB value is (185,208,239). Sum of RGB (Red+Green+Blue) = 185+208+239=632 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.27% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9D0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D0EF is #462F10. Grayscale: #CCCCCC. Windows color (decimal): -4599569 or 15716537. OLE color: 15716537.

HSL color Cylindrical-coordinate representation of color #B9D0EF: hue angle of 214.44º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9D0EF is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185208239-
CMYK0.230.1300.06
HSL214.44º62.79%83.14%-
HSV(B)214.44º22.59%93.73%-
XYZ58.1461.6690.5-
YUV204.66147.38113.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.27%
GREEN value IS 208 (81.64% from 255) = 32.91%
BLUE value IS 239 (93.75% from 255) = 37.82%
R=29.27%
G=32.91%
B=37.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1852082390.230.1300.06214.4462.7983.14
HexB9D0EF17D06d63f53
Octal27132035727150632677123
Binary1011100111010000111011111011111010110110101101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D0EF; }

 p { color: rgb(185,208,239); }

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

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

 a { background-color: rgb(185,208,239); }

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

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

 span { border-color: rgb(185,208,239); }

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