#B9D1EF

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

Shades of Tropical Blue #B9D1EF

Tints of Tropical Blue #B9D1EF

Color information

#B9D1EF (or 0xB9D1EF) is unknown color: approx Tropical Blue. HEX triplet: B9, D1 and EF. RGB value is (185,209,239). Sum of RGB (Red+Green+Blue) = 185+209+239=633 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.23% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9D1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D1EF is #462E10. Grayscale: #CDCDCD. Windows color (decimal): -4599313 or 15716793. OLE color: 15716793.

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

Color convert

RGB185209239-
CMYK0.230.1300.06
HSL213.33º62.79%83.14%-
HSV(B)213.33º22.59%93.73%-
XYZ58.3962.1590.58-
YUV205.24147.05113.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.23%
GREEN value IS 209 (82.03% from 255) = 33.02%
BLUE value IS 239 (93.75% from 255) = 37.76%
R=29.23%
G=33.02%
B=37.76%

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
Decimal1852092390.230.1300.06213.3362.7983.14
HexB9D1EF17D06d53f53
Octal27132135727150632577123
Binary1011100111010001111011111011111010110110101011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D1EF; }

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

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

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

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

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

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

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

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