#B9D0EE

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

Shades of Tropical Blue #B9D0EE

Tints of Tropical Blue #B9D0EE

Color information

#B9D0EE (or 0xB9D0EE) is unknown color: approx Tropical Blue. HEX triplet: B9, D0 and EE. RGB value is (185,208,238). Sum of RGB (Red+Green+Blue) = 185+208+238=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9D0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D0EE is #462F11. Grayscale: #CCCCCC. Windows color (decimal): -4599570 or 15651001. OLE color: 15651001.

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

Color convert

RGB185208238-
CMYK0.220.1300.07
HSL213.96º60.92%82.94%-
HSV(B)213.96º22.27%93.33%-
XYZ5861.689.72-
YUV204.54146.88114.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.32%
GREEN value IS 208 (81.64% from 255) = 32.96%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=29.32%
G=32.96%
B=37.72%

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
Decimal1852082380.220.1300.07213.9660.9282.94
HexB9D0EE16D07d63d53
Octal27132035626150732675123
Binary1011100111010000111011101011011010111110101101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D0EE; }

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

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

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

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

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

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

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

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