Html Css Color HEX #B9D2EB Tropical Blue

📋 copy color: '#B9D2EB'

red 185 ◦ green 210 ◦ blue 235

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

Shades of Tropical Blue #B9D2EB

Tints of Tropical Blue #B9D2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.33%

 BLUE value IS 235 (92.19% from 255) = 37.3%

R = 29.37%
G = 33.33%
B = 37.3%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B9D2EB (or 0xB9D2EB) is known color: Tropical Blue. HEX triplet: B9, D2 and EB. RGB value is (185,210,235). Sum of RGB (Red+Green+Blue) = 185+210+235=630 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.37% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9D2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D2EB is #462D14. Grayscale: #CDCDCD. Windows color (decimal): -4599061 or 15454905. OLE color: 15454905.

HSL color Cylindrical-coordinate representation of color #B9D2EB: hue angle of 210º 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 #B9D2EB is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 210 235 -
CMYK 0.21 0.11 0 0.08
HSL 210º 0.56% 0.82% -
HSV(B) 210º 0.21% 0.92% -
XYZ 58.05 62.41 87.58 -
YUV 205.38 144.72 113.47 -
System Red Green Blue C M Y K H S L
Decimal 185 210 235 0.21 0.11 0 0.08 210 0.56 0.82
Hex B9 D2 EB 15 B 0 8 D2 38 52
Octal 271 322 353 25 13 0 10 322 70 122
Binary 10111001 11010010 11101011 10101 1011 0 1000 11010010 111000 1010010

Color Harmonies of #B9D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D2EB

Black with #B9D2EB

Text Example


Text Example

White with #B9D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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