Html Css Color HEX #B9D0EE Tropical Blue

📋 copy color: '#B9D0EE'

red 185 ◦ green 208 ◦ blue 238

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

Shades of Tropical Blue #B9D0EE

Tints of Tropical Blue #B9D0EE

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 value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9D0EE (or 0xB9D0EE) is known color: 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

RGB 185 208 238 -
CMYK 0.22 0.13 0 0.07
HSL 213.96º 0.61% 0.83% -
HSV(B) 213.96º 0.22% 0.93% -
XYZ 58 61.6 89.72 -
YUV 204.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 185 208 238 0.22 0.13 0 0.07 213.96 0.61 0.83
Hex B9 D0 EE 16 D 0 7 D6 3D 53
Octal 271 320 356 26 15 0 7 326 75 123
Binary 10111001 11010000 11101110 10110 1101 0 111 11010110 111101 1010011

Color Harmonies of #B9D0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D0EE

Black with #B9D0EE

Text Example


Text Example

White with #B9D0EE

Text Example


Text Example

HTML Codes & Css Web 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>