Html Css Color HEX #B9DBEB Light Blue

📋 copy color: '#B9DBEB'

red 185 ◦ green 219 ◦ blue 235

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

Shades of Light Blue #B9DBEB

Tints of Light Blue #B9DBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.78%

R = 28.95%
G = 34.27%
B = 36.78%

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

#B9DBEB (or 0xB9DBEB) is known color: Light Blue. HEX triplet: B9, DB and EB. RGB value is (185,219,235). Sum of RGB (Red+Green+Blue) = 185+219+235=639 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.95% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DBEB is #462414. Grayscale: #D2D2D2. Windows color (decimal): -4596757 or 15457209. OLE color: 15457209.

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

Color convert

RGB 185 219 235 -
CMYK 0.21 0.07 0 0.08
HSL 199.2º 0.56% 0.82% -
HSV(B) 199.2º 0.21% 0.92% -
XYZ 60.33 66.98 88.34 -
YUV 210.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 185 219 235 0.21 0.07 0 0.08 199.2 0.56 0.82
Hex B9 DB EB 15 7 0 8 C7 38 52
Octal 271 333 353 25 7 0 10 307 70 122
Binary 10111001 11011011 11101011 10101 111 0 1000 11000111 111000 1010010

Color Harmonies of #B9DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DBEB

Black with #B9DBEB

Text Example


Text Example

White with #B9DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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