Html Css Color HEX #B9D8E5 Light Blue

📋 copy color: '#B9D8E5'

red 185 ◦ green 216 ◦ blue 229

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

Shades of Light Blue #B9D8E5

Tints of Light Blue #B9D8E5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.29%

 BLUE value IS 229 (89.84% from 255) = 36.35%

R = 29.37%
G = 34.29%
B = 36.35%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B9D8E5 (or 0xB9D8E5) is known color: Light Blue. HEX triplet: B9, D8 and E5. RGB value is (185,216,229). Sum of RGB (Red+Green+Blue) = 185+216+229=630 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.37% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 229 - color contains mainly: blue. Hex color #B9D8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D8E5 is #46271A. Grayscale: #D0D0D0. Windows color (decimal): -4597531 or 15063225. OLE color: 15063225.

HSL color Cylindrical-coordinate representation of color #B9D8E5: hue angle of 197.73º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9D8E5 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 216 229 -
CMYK 0.19 0.06 0 0.10
HSL 197.73º 0.46% 0.81% -
HSV(B) 197.73º 0.19% 0.9% -
XYZ 58.71 65.08 83.6 -
YUV 208.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 185 216 229 0.19 0.06 0 0.10 197.73 0.46 0.81
Hex B9 D8 E5 13 6 0 A C6 2E 51
Octal 271 330 345 23 6 0 12 306 56 121
Binary 10111001 11011000 11100101 10011 110 0 1010 11000110 101110 1010001

Color Harmonies of #B9D8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D8E5

Black with #B9D8E5

Text Example


Text Example

White with #B9D8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D8E5; }

 p { color: rgb(185,216,229); }

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

background-color css

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

 a { background-color: rgb(185,216,229); }

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

border-color css

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

 span { border-color: rgb(185,216,229); }

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