Html Css Color HEX #B5DBEF Light Blue

📋 copy color: '#B5DBEF'

red 181 ◦ green 219 ◦ blue 239

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

Shades of Light Blue #B5DBEF

Tints of Light Blue #B5DBEF

RGB

 RED value IS 181 (71.09% from 255) = 28.33%

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

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

R = 28.33%
G = 34.27%
B = 37.4%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B5DBEF (or 0xB5DBEF) is known color: Light Blue. HEX triplet: B5, DB and EF. RGB value is (181,219,239). Sum of RGB (Red+Green+Blue) = 181+219+239=639 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.33% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DBEF is #4A2410. Grayscale: #D1D1D1. Windows color (decimal): -4858897 or 15719349. OLE color: 15719349.

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

Color convert

RGB 181 219 239 -
CMYK 0.24 0.08 0 0.06
HSL 200.69º 0.64% 0.82% -
HSV(B) 200.69º 0.24% 0.94% -
XYZ 59.97 66.72 91.38 -
YUV 209.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 181 219 239 0.24 0.08 0 0.06 200.69 0.64 0.82
Hex B5 DB EF 18 8 0 6 C9 40 52
Octal 265 333 357 30 10 0 6 311 100 122
Binary 10110101 11011011 11101111 11000 1000 0 110 11001001 1000000 1010010

Color Harmonies of #B5DBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DBEF

Black with #B5DBEF

Text Example


Text Example

White with #B5DBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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