Html Css Color HEX #AADEF3 Light Blue

📋 copy color: '#AADEF3'

red 170 ◦ green 222 ◦ blue 243

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

Shades of Light Blue #AADEF3

Tints of Light Blue #AADEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.27%

R = 26.77%
G = 34.96%
B = 38.27%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AADEF3 (or 0xAADEF3) is known color: Light Blue. HEX triplet: AA, DE and F3. RGB value is (170,222,243). Sum of RGB (Red+Green+Blue) = 170+222+243=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #AADEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADEF3 is #55210C. Grayscale: #D0D0D0. Windows color (decimal): -5579021 or 15982250. OLE color: 15982250.

HSL color Cylindrical-coordinate representation of color #AADEF3: hue angle of 197.26º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AADEF3 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 222 243 -
CMYK 0.30 0.09 0 0.05
HSL 197.26º 0.75% 0.81% -
HSV(B) 197.26º 0.3% 0.95% -
XYZ 58.88 67.26 94.67 -
YUV 208.85 147.27 100.29 -
System Red Green Blue C M Y K H S L
Decimal 170 222 243 0.30 0.09 0 0.05 197.26 0.75 0.81
Hex AA DE F3 1E 9 0 5 C5 4B 51
Octal 252 336 363 36 11 0 5 305 113 121
Binary 10101010 11011110 11110011 11110 1001 0 101 11000101 1001011 1010001

Color Harmonies of #AADEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEF3

Black with #AADEF3

Text Example


Text Example

White with #AADEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEF3; }

 p { color: rgb(170,222,243); }

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

background-color css

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

 a { background-color: rgb(170,222,243); }

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

border-color css

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

 span { border-color: rgb(170,222,243); }

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