Html Css Color HEX #AADFF3 Light Blue

📋 copy color: '#AADFF3'

red 170 ◦ green 223 ◦ blue 243

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

Shades of Light Blue #AADFF3

Tints of Light Blue #AADFF3

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.06%

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

R = 26.73%
G = 35.06%
B = 38.21%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AADFF3 (or 0xAADFF3) is known color: Light Blue. HEX triplet: AA, DF and F3. RGB value is (170,223,243). Sum of RGB (Red+Green+Blue) = 170+223+243=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #AADFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADFF3 is #55200C. Grayscale: #D1D1D1. Windows color (decimal): -5578765 or 15982506. OLE color: 15982506.

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

Color convert

RGB 170 223 243 -
CMYK 0.30 0.08 0 0.05
HSL 196.44º 0.75% 0.81% -
HSV(B) 196.44º 0.3% 0.95% -
XYZ 59.14 67.79 94.76 -
YUV 209.43 146.94 99.87 -
System Red Green Blue C M Y K H S L
Decimal 170 223 243 0.30 0.08 0 0.05 196.44 0.75 0.81
Hex AA DF F3 1E 8 0 5 C4 4B 51
Octal 252 337 363 36 10 0 5 304 113 121
Binary 10101010 11011111 11110011 11110 1000 0 101 11000100 1001011 1010001

Color Harmonies of #AADFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFF3

Black with #AADFF3

Text Example


Text Example

White with #AADFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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