Html Css Color HEX #B5DBEE Light Blue

📋 copy color: '#B5DBEE'

red 181 ◦ green 219 ◦ blue 238

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

Shades of Light Blue #B5DBEE

Tints of Light Blue #B5DBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.3%

R = 28.37%
G = 34.33%
B = 37.3%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B5DBEE (or 0xB5DBEE) is known color: Light Blue. HEX triplet: B5, DB and EE. RGB value is (181,219,238). Sum of RGB (Red+Green+Blue) = 181+219+238=638 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.37% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #B5DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DBEE is #4A2411. Grayscale: #D1D1D1. Windows color (decimal): -4858898 or 15653813. OLE color: 15653813.

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

Color convert

RGB 181 219 238 -
CMYK 0.24 0.08 0 0.07
HSL 200º 0.63% 0.82% -
HSV(B) 200º 0.24% 0.93% -
XYZ 59.82 66.66 90.6 -
YUV 209.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 181 219 238 0.24 0.08 0 0.07 200 0.63 0.82
Hex B5 DB EE 18 8 0 7 C8 3F 52
Octal 265 333 356 30 10 0 7 310 77 122
Binary 10110101 11011011 11101110 11000 1000 0 111 11001000 111111 1010010

Color Harmonies of #B5DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DBEE

Black with #B5DBEE

Text Example


Text Example

White with #B5DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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