Html Css Color HEX #B9DBEF Light Blue

📋 copy color: '#B9DBEF'

red 185 ◦ green 219 ◦ blue 239

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

Shades of Light Blue #B9DBEF

Tints of Light Blue #B9DBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.17%

R = 28.77%
G = 34.06%
B = 37.17%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B9DBEF (or 0xB9DBEF) is known color: Light Blue. HEX triplet: B9, DB and EF. RGB value is (185,219,239). Sum of RGB (Red+Green+Blue) = 185+219+239=643 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.77% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DBEF is #462410. Grayscale: #D2D2D2. Windows color (decimal): -4596753 or 15719353. OLE color: 15719353.

HSL color Cylindrical-coordinate representation of color #B9DBEF: hue angle of 202.22º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9DBEF is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 219 239 -
CMYK 0.23 0.08 0 0.06
HSL 202.22º 0.63% 0.83% -
HSV(B) 202.22º 0.23% 0.94% -
XYZ 60.92 67.21 91.42 -
YUV 211.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 185 219 239 0.23 0.08 0 0.06 202.22 0.63 0.83
Hex B9 DB EF 17 8 0 6 CA 3F 53
Octal 271 333 357 27 10 0 6 312 77 123
Binary 10111001 11011011 11101111 10111 1000 0 110 11001010 111111 1010011

Color Harmonies of #B9DBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DBEF

Black with #B9DBEF

Text Example


Text Example

White with #B9DBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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