Html Css Color HEX #B9DDEA Light Blue

📋 copy color: '#B9DDEA'

red 185 ◦ green 221 ◦ blue 234

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

Shades of Light Blue #B9DDEA

Tints of Light Blue #B9DDEA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.53%

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

R = 28.91%
G = 34.53%
B = 36.56%

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

#B9DDEA (or 0xB9DDEA) is known color: Light Blue. HEX triplet: B9, DD and EA. RGB value is (185,221,234). Sum of RGB (Red+Green+Blue) = 185+221+234=640 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.91% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DDEA is #462215. Grayscale: #D3D3D3. Windows color (decimal): -4596246 or 15392185. OLE color: 15392185.

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

Color convert

RGB 185 221 234 -
CMYK 0.21 0.06 0 0.08
HSL 195.92º 0.54% 0.82% -
HSV(B) 195.92º 0.21% 0.92% -
XYZ 60.72 67.97 87.76 -
YUV 211.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 185 221 234 0.21 0.06 0 0.08 195.92 0.54 0.82
Hex B9 DD EA 15 6 0 8 C4 36 52
Octal 271 335 352 25 6 0 10 304 66 122
Binary 10111001 11011101 11101010 10101 110 0 1000 11000100 110110 1010010

Color Harmonies of #B9DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DDEA

Black with #B9DDEA

Text Example


Text Example

White with #B9DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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