Html Css Color HEX #B9DBED Light Blue

📋 copy color: '#B9DBED'

red 185 ◦ green 219 ◦ blue 237

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

Shades of Light Blue #B9DBED

Tints of Light Blue #B9DBED

RGB

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

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

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

R = 28.86%
G = 34.17%
B = 36.97%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9DBED (or 0xB9DBED) is known color: Light Blue. HEX triplet: B9, DB and ED. RGB value is (185,219,237). Sum of RGB (Red+Green+Blue) = 185+219+237=641 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.86% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DBED is #462412. Grayscale: #D2D2D2. Windows color (decimal): -4596755 or 15588281. OLE color: 15588281.

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

Color convert

RGB 185 219 237 -
CMYK 0.22 0.08 0 0.07
HSL 200.77º 0.59% 0.83% -
HSV(B) 200.77º 0.22% 0.93% -
XYZ 60.63 67.09 89.88 -
YUV 210.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 185 219 237 0.22 0.08 0 0.07 200.77 0.59 0.83
Hex B9 DB ED 16 8 0 7 C9 3B 53
Octal 271 333 355 26 10 0 7 311 73 123
Binary 10111001 11011011 11101101 10110 1000 0 111 11001001 111011 1010011

Color Harmonies of #B9DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DBED

Black with #B9DBED

Text Example


Text Example

White with #B9DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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