Html Css Color HEX #B5DAEC Light Blue

📋 copy color: '#B5DAEC'

red 181 ◦ green 218 ◦ blue 236

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

Shades of Light Blue #B5DAEC

Tints of Light Blue #B5DAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.33%

 BLUE value IS 236 (92.58% from 255) = 37.17%

R = 28.5%
G = 34.33%
B = 37.17%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B5DAEC (or 0xB5DAEC) is known color: Light Blue. HEX triplet: B5, DA and EC. RGB value is (181,218,236). Sum of RGB (Red+Green+Blue) = 181+218+236=635 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.50% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DAEC is #4A2513. Grayscale: #D0D0D0. Windows color (decimal): -4859156 or 15522485. OLE color: 15522485.

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

Color convert

RGB 181 218 236 -
CMYK 0.23 0.08 0 0.07
HSL 199.64º 0.59% 0.82% -
HSV(B) 199.64º 0.23% 0.93% -
XYZ 59.27 66.02 88.98 -
YUV 208.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 181 218 236 0.23 0.08 0 0.07 199.64 0.59 0.82
Hex B5 DA EC 17 8 0 7 C8 3B 52
Octal 265 332 354 27 10 0 7 310 73 122
Binary 10110101 11011010 11101100 10111 1000 0 111 11001000 111011 1010010

Color Harmonies of #B5DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DAEC

Black with #B5DAEC

Text Example


Text Example

White with #B5DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DAEC; }

 p { color: rgb(181,218,236); }

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

background-color css

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

 a { background-color: rgb(181,218,236); }

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

border-color css

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

 span { border-color: rgb(181,218,236); }

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