Html Css Color HEX #B6DAEC Light Blue

📋 copy color: '#B6DAEC'

red 182 ◦ green 218 ◦ blue 236

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

Shades of Light Blue #B6DAEC

Tints of Light Blue #B6DAEC

RGB

 RED value IS 182 (71.48% from 255) = 28.62%

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

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

R = 28.62%
G = 34.28%
B = 37.11%

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

#B6DAEC (or 0xB6DAEC) is known color: Light Blue. HEX triplet: B6, DA and EC. RGB value is (182,218,236). Sum of RGB (Red+Green+Blue) = 182+218+236=636 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.62% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #B6DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DAEC is #492513. Grayscale: #D1D1D1. Windows color (decimal): -4793620 or 15522486. OLE color: 15522486.

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

Color convert

RGB 182 218 236 -
CMYK 0.23 0.08 0 0.07
HSL 200º 0.59% 0.82% -
HSV(B) 200º 0.23% 0.93% -
XYZ 59.5 66.14 88.99 -
YUV 209.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 182 218 236 0.23 0.08 0 0.07 200 0.59 0.82
Hex B6 DA EC 17 8 0 7 C8 3B 52
Octal 266 332 354 27 10 0 7 310 73 122
Binary 10110110 11011010 11101100 10111 1000 0 111 11001000 111011 1010010

Color Harmonies of #B6DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DAEC

Black with #B6DAEC

Text Example


Text Example

White with #B6DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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