Html Css Color HEX #B9DBEA Light Blue

📋 copy color: '#B9DBEA'

red 185 ◦ green 219 ◦ blue 234

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

Shades of Light Blue #B9DBEA

Tints of Light Blue #B9DBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.33%

 BLUE value IS 234 (91.8% from 255) = 36.68%

R = 29%
G = 34.33%
B = 36.68%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B9DBEA (or 0xB9DBEA) is known color: Light Blue. HEX triplet: B9, DB and EA. RGB value is (185,219,234). Sum of RGB (Red+Green+Blue) = 185+219+234=638 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.00% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DBEA is #462415. Grayscale: #D2D2D2. Windows color (decimal): -4596758 or 15391673. OLE color: 15391673.

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

Color convert

RGB 185 219 234 -
CMYK 0.21 0.06 0 0.08
HSL 198.37º 0.54% 0.82% -
HSV(B) 198.37º 0.21% 0.92% -
XYZ 60.19 66.92 87.59 -
YUV 210.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 185 219 234 0.21 0.06 0 0.08 198.37 0.54 0.82
Hex B9 DB EA 15 6 0 8 C6 36 52
Octal 271 333 352 25 6 0 10 306 66 122
Binary 10111001 11011011 11101010 10101 110 0 1000 11000110 110110 1010010

Color Harmonies of #B9DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DBEA

Black with #B9DBEA

Text Example


Text Example

White with #B9DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DBEA; }

 p { color: rgb(185,219,234); }

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

background-color css

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

 a { background-color: rgb(185,219,234); }

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

border-color css

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

 span { border-color: rgb(185,219,234); }

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