Html Css Color HEX #B9DAEA Light Blue

📋 copy color: '#B9DAEA'

red 185 ◦ green 218 ◦ blue 234

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

Shades of Light Blue #B9DAEA

Tints of Light Blue #B9DAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.22%

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

R = 29.04%
G = 34.22%
B = 36.73%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B9DAEA (or 0xB9DAEA) is known color: Light Blue. HEX triplet: B9, DA and EA. RGB value is (185,218,234). Sum of RGB (Red+Green+Blue) = 185+218+234=637 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.04% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DAEA is #462515. Grayscale: #D1D1D1. Windows color (decimal): -4597014 or 15391417. OLE color: 15391417.

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

Color convert

RGB 185 218 234 -
CMYK 0.21 0.07 0 0.08
HSL 199.59º 0.54% 0.82% -
HSV(B) 199.59º 0.21% 0.92% -
XYZ 59.93 66.4 87.5 -
YUV 209.96 141.57 110.2 -
System Red Green Blue C M Y K H S L
Decimal 185 218 234 0.21 0.07 0 0.08 199.59 0.54 0.82
Hex B9 DA EA 15 7 0 8 C8 36 52
Octal 271 332 352 25 7 0 10 310 66 122
Binary 10111001 11011010 11101010 10101 111 0 1000 11001000 110110 1010010

Color Harmonies of #B9DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DAEA

Black with #B9DAEA

Text Example


Text Example

White with #B9DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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