Html Css Color HEX #B5DEEB Light Blue

📋 copy color: '#B5DEEB'

red 181 ◦ green 222 ◦ blue 235

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

Shades of Light Blue #B5DEEB

Tints of Light Blue #B5DEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.8%

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

R = 28.37%
G = 34.8%
B = 36.83%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B5DEEB (or 0xB5DEEB) is known color: Light Blue. HEX triplet: B5, DE and EB. RGB value is (181,222,235). Sum of RGB (Red+Green+Blue) = 181+222+235=638 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.37% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DEEB is #4A2114. Grayscale: #D3D3D3. Windows color (decimal): -4858133 or 15457973. OLE color: 15457973.

HSL color Cylindrical-coordinate representation of color #B5DEEB: hue angle of 194.44º 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 #B5DEEB is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 222 235 -
CMYK 0.23 0.06 0 0.08
HSL 194.44º 0.57% 0.82% -
HSV(B) 194.44º 0.23% 0.92% -
XYZ 60.17 68.06 88.56 -
YUV 211.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 181 222 235 0.23 0.06 0 0.08 194.44 0.57 0.82
Hex B5 DE EB 17 6 0 8 C2 39 52
Octal 265 336 353 27 6 0 10 302 71 122
Binary 10110101 11011110 11101011 10111 110 0 1000 11000010 111001 1010010

Color Harmonies of #B5DEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DEEB

Black with #B5DEEB

Text Example


Text Example

White with #B5DEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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