#B9D0EB

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

Shades of Tropical Blue #B9D0EB

Tints of Tropical Blue #B9D0EB

Color information

#B9D0EB (or 0xB9D0EB) is unknown color: approx Tropical Blue. HEX triplet: B9, D0 and EB. RGB value is (185,208,235). Sum of RGB (Red+Green+Blue) = 185+208+235=628 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.46% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9D0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D0EB is #462F14. Grayscale: #CCCCCC. Windows color (decimal): -4599573 or 15454393. OLE color: 15454393.

HSL color Cylindrical-coordinate representation of color #B9D0EB: hue angle of 212.4º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9D0EB is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185208235-
CMYK0.210.1100.08
HSL212.4º55.56%82.35%-
HSV(B)212.4º21.28%92.16%-
XYZ57.5661.4287.42-
YUV204.2145.38114.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.46%
GREEN value IS 208 (81.64% from 255) = 33.12%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=29.46%
G=33.12%
B=37.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852082350.210.1100.08212.455.5682.35
HexB9D0EB15B08d43852
Octal271320353251301032470122
Binary10111001110100001110101110101101101000110101001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D0EB; }

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

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

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

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

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

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

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

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