Html Css Color HEX #B5DBEB Light Blue

📋 copy color: '#B5DBEB'

red 181 ◦ green 219 ◦ blue 235

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

Shades of Light Blue #B5DBEB

Tints of Light Blue #B5DBEB

RGB

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

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

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

R = 28.5%
G = 34.49%
B = 37.01%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B5DBEB (or 0xB5DBEB) is known color: Light Blue. HEX triplet: B5, DB and EB. RGB value is (181,219,235). Sum of RGB (Red+Green+Blue) = 181+219+235=635 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.50% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DBEB is #4A2414. Grayscale: #D1D1D1. Windows color (decimal): -4858901 or 15457205. OLE color: 15457205.

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

Color convert

RGB 181 219 235 -
CMYK 0.23 0.07 0 0.08
HSL 197.78º 0.57% 0.82% -
HSV(B) 197.78º 0.23% 0.92% -
XYZ 59.38 66.48 88.3 -
YUV 209.46 142.41 107.7 -
System Red Green Blue C M Y K H S L
Decimal 181 219 235 0.23 0.07 0 0.08 197.78 0.57 0.82
Hex B5 DB EB 17 7 0 8 C6 39 52
Octal 265 333 353 27 7 0 10 306 71 122
Binary 10110101 11011011 11101011 10111 111 0 1000 11000110 111001 1010010

Color Harmonies of #B5DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DBEB

Black with #B5DBEB

Text Example


Text Example

White with #B5DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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