Html Css Color HEX #B9DEED Light Blue

📋 copy color: '#B9DEED'

red 185 ◦ green 222 ◦ blue 237

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

Shades of Light Blue #B9DEED

Tints of Light Blue #B9DEED

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.47%

 BLUE value IS 237 (92.97% from 255) = 36.8%

R = 28.73%
G = 34.47%
B = 36.8%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9DEED (or 0xB9DEED) is known color: Light Blue. HEX triplet: B9, DE and ED. RGB value is (185,222,237). Sum of RGB (Red+Green+Blue) = 185+222+237=644 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.73% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9DEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DEED is #462112. Grayscale: #D4D4D4. Windows color (decimal): -4595987 or 15589049. OLE color: 15589049.

HSL color Cylindrical-coordinate representation of color #B9DEED: hue angle of 197.31º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9DEED is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 222 237 -
CMYK 0.22 0.06 0 0.07
HSL 197.31º 0.59% 0.83% -
HSV(B) 197.31º 0.22% 0.93% -
XYZ 61.41 68.67 90.14 -
YUV 212.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 185 222 237 0.22 0.06 0 0.07 197.31 0.59 0.83
Hex B9 DE ED 16 6 0 7 C5 3B 53
Octal 271 336 355 26 6 0 7 305 73 123
Binary 10111001 11011110 11101101 10110 110 0 111 11000101 111011 1010011

Color Harmonies of #B9DEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DEED

Black with #B9DEED

Text Example


Text Example

White with #B9DEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DEED; }

 p { color: rgb(185,222,237); }

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

background-color css

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

 a { background-color: rgb(185,222,237); }

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

border-color css

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

 span { border-color: rgb(185,222,237); }

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