Html Css Color HEX #B9D0EC Tropical Blue

📋 copy color: '#B9D0EC'

red 185 ◦ green 208 ◦ blue 236

#B9D0EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Blue #B9D0EC

Tints of Tropical Blue #B9D0EC

RGB

 RED value IS 185 (72.66% from 255) = 29.41%

 GREEN value IS 208 (81.64% from 255) = 33.07%

 BLUE value IS 236 (92.58% from 255) = 37.52%

R = 29.41%
G = 33.07%
B = 37.52%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9D0EC (or 0xB9D0EC) is known color: Tropical Blue. HEX triplet: B9, D0 and EC. RGB value is (185,208,236). Sum of RGB (Red+Green+Blue) = 185+208+236=629 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.41% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9D0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D0EC is #462F13. Grayscale: #CCCCCC. Windows color (decimal): -4599572 or 15519929. OLE color: 15519929.

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

Color convert

RGB 185 208 236 -
CMYK 0.22 0.12 0 0.07
HSL 212.94º 0.57% 0.83% -
HSV(B) 212.94º 0.22% 0.93% -
XYZ 57.7 61.48 88.18 -
YUV 204.32 145.88 114.22 -
System Red Green Blue C M Y K H S L
Decimal 185 208 236 0.22 0.12 0 0.07 212.94 0.57 0.83
Hex B9 D0 EC 16 C 0 7 D5 39 53
Octal 271 320 354 26 14 0 7 325 71 123
Binary 10111001 11010000 11101100 10110 1100 0 111 11010101 111001 1010011

Color Harmonies of #B9D0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D0EC

Black with #B9D0EC

Text Example


Text Example

White with #B9D0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D0EC; }

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

 H1.HeaderClassName
 {
   color: #B9D0EC;
 }
 .AnyTagClassName
 {
   color: #B9D0EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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