Html Css Color HEX #AADDF2 Light Blue

📋 copy color: '#AADDF2'

red 170 ◦ green 221 ◦ blue 242

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

Shades of Light Blue #AADDF2

Tints of Light Blue #AADDF2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.91%

 BLUE value IS 242 (94.92% from 255) = 38.23%

R = 26.86%
G = 34.91%
B = 38.23%

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

#AADDF2 (or 0xAADDF2) is known color: Light Blue. HEX triplet: AA, DD and F2. RGB value is (170,221,242). Sum of RGB (Red+Green+Blue) = 170+221+242=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #AADDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDF2 is #55220D. Grayscale: #D0D0D0. Windows color (decimal): -5579278 or 15916458. OLE color: 15916458.

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

Color convert

RGB 170 221 242 -
CMYK 0.30 0.09 0 0.05
HSL 197.5º 0.73% 0.81% -
HSV(B) 197.5º 0.3% 0.95% -
XYZ 58.46 66.67 93.79 -
YUV 208.15 147.1 100.79 -
System Red Green Blue C M Y K H S L
Decimal 170 221 242 0.30 0.09 0 0.05 197.5 0.73 0.81
Hex AA DD F2 1E 9 0 5 C6 49 51
Octal 252 335 362 36 11 0 5 306 111 121
Binary 10101010 11011101 11110010 11110 1001 0 101 11000110 1001001 1010001

Color Harmonies of #AADDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDF2

Black with #AADDF2

Text Example


Text Example

White with #AADDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDF2; }

 p { color: rgb(170,221,242); }

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

background-color css

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

 a { background-color: rgb(170,221,242); }

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

border-color css

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

 span { border-color: rgb(170,221,242); }

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