Html Css Color HEX #AADCF2 Light Blue

📋 copy color: '#AADCF2'

red 170 ◦ green 220 ◦ blue 242

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

Shades of Light Blue #AADCF2

Tints of Light Blue #AADCF2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.81%

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

R = 26.9%
G = 34.81%
B = 38.29%

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

#AADCF2 (or 0xAADCF2) is known color: Light Blue. HEX triplet: AA, DC and F2. RGB value is (170,220,242). Sum of RGB (Red+Green+Blue) = 170+220+242=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #AADCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCF2 is #55230D. Grayscale: #CFCFCF. Windows color (decimal): -5579534 or 15916202. OLE color: 15916202.

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

Color convert

RGB 170 220 242 -
CMYK 0.30 0.09 0 0.05
HSL 198.33º 0.73% 0.81% -
HSV(B) 198.33º 0.3% 0.95% -
XYZ 58.2 66.14 93.7 -
YUV 207.56 147.44 101.21 -
System Red Green Blue C M Y K H S L
Decimal 170 220 242 0.30 0.09 0 0.05 198.33 0.73 0.81
Hex AA DC F2 1E 9 0 5 C6 49 51
Octal 252 334 362 36 11 0 5 306 111 121
Binary 10101010 11011100 11110010 11110 1001 0 101 11000110 1001001 1010001

Color Harmonies of #AADCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCF2

Black with #AADCF2

Text Example


Text Example

White with #AADCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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