Html Css Color HEX #B5DBED Light Blue

📋 copy color: '#B5DBED'

red 181 ◦ green 219 ◦ blue 237

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

Shades of Light Blue #B5DBED

Tints of Light Blue #B5DBED

RGB

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

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

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

R = 28.41%
G = 34.38%
B = 37.21%

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

#B5DBED (or 0xB5DBED) is known color: Light Blue. HEX triplet: B5, DB and ED. RGB value is (181,219,237). Sum of RGB (Red+Green+Blue) = 181+219+237=637 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.41% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DBED is #4A2412. Grayscale: #D1D1D1. Windows color (decimal): -4858899 or 15588277. OLE color: 15588277.

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

Color convert

RGB 181 219 237 -
CMYK 0.24 0.08 0 0.07
HSL 199.29º 0.61% 0.82% -
HSV(B) 199.29º 0.24% 0.93% -
XYZ 59.67 66.6 89.83 -
YUV 209.69 143.41 107.54 -
System Red Green Blue C M Y K H S L
Decimal 181 219 237 0.24 0.08 0 0.07 199.29 0.61 0.82
Hex B5 DB ED 18 8 0 7 C7 3D 52
Octal 265 333 355 30 10 0 7 307 75 122
Binary 10110101 11011011 11101101 11000 1000 0 111 11000111 111101 1010010

Color Harmonies of #B5DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DBED

Black with #B5DBED

Text Example


Text Example

White with #B5DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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