Html Css Color HEX #AADAEC Light Blue

📋 copy color: '#AADAEC'

red 170 ◦ green 218 ◦ blue 236

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

Shades of Light Blue #AADAEC

Tints of Light Blue #AADAEC

RGB

 RED value IS 170 (66.8% from 255) = 27.24%

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

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

R = 27.24%
G = 34.94%
B = 37.82%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AADAEC (or 0xAADAEC) is known color: Light Blue. HEX triplet: AA, DA and EC. RGB value is (170,218,236). Sum of RGB (Red+Green+Blue) = 170+218+236=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #AADAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADAEC is #552513. Grayscale: #CDCDCD. Windows color (decimal): -5580052 or 15522474. OLE color: 15522474.

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

Color convert

RGB 170 218 236 -
CMYK 0.28 0.08 0 0.07
HSL 196.36º 0.63% 0.8% -
HSV(B) 196.36º 0.28% 0.93% -
XYZ 56.79 64.74 88.86 -
YUV 205.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 170 218 236 0.28 0.08 0 0.07 196.36 0.63 0.8
Hex AA DA EC 1C 8 0 7 C4 3F 50
Octal 252 332 354 34 10 0 7 304 77 120
Binary 10101010 11011010 11101100 11100 1000 0 111 11000100 111111 1010000

Color Harmonies of #AADAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAEC

Black with #AADAEC

Text Example


Text Example

White with #AADAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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