#B9D2EF

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

Shades of Tropical Blue #B9D2EF

Tints of Tropical Blue #B9D2EF

Color information

#B9D2EF (or 0xB9D2EF) is unknown color: approx Tropical Blue. HEX triplet: B9, D2 and EF. RGB value is (185,210,239). Sum of RGB (Red+Green+Blue) = 185+210+239=634 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.18% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9D2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D2EF is #462D10. Grayscale: #CDCDCD. Windows color (decimal): -4599057 or 15717049. OLE color: 15717049.

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

Color convert

RGB185210239-
CMYK0.230.1200.06
HSL212.22º62.79%83.14%-
HSV(B)212.22º22.59%93.73%-
XYZ58.6362.6490.66-
YUV205.83146.72113.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.18%
GREEN value IS 210 (82.42% from 255) = 33.12%
BLUE value IS 239 (93.75% from 255) = 37.70%
R=29.18%
G=33.12%
B=37.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1852102390.230.1200.06212.2262.7983.14
HexB9D2EF17C06d43f53
Octal27132235727140632477123
Binary1011100111010010111011111011111000110110101001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D2EF; }

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

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

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

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

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

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

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

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