Html Css Color HEX #AAD2F2 Pale Cornflower Blue

📋 copy color: '#AAD2F2'

red 170 ◦ green 210 ◦ blue 242

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

Shades of Pale Cornflower Blue #AAD2F2

Tints of Pale Cornflower Blue #AAD2F2

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.76%

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

R = 27.33%
G = 33.76%
B = 38.91%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AAD2F2 (or 0xAAD2F2) is known color: Pale Cornflower Blue. HEX triplet: AA, D2 and F2. RGB value is (170,210,242). Sum of RGB (Red+Green+Blue) = 170+210+242=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAD2F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD2F2 is #552D0D. Grayscale: #C9C9C9. Windows color (decimal): -5582094 or 15913642. OLE color: 15913642.

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

Color convert

RGB 170 210 242 -
CMYK 0.30 0.13 0 0.05
HSL 206.67º 0.73% 0.81% -
HSV(B) 206.67º 0.3% 0.95% -
XYZ 55.65 61.05 92.86 -
YUV 201.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 170 210 242 0.30 0.13 0 0.05 206.67 0.73 0.81
Hex AA D2 F2 1E D 0 5 CF 49 51
Octal 252 322 362 36 15 0 5 317 111 121
Binary 10101010 11010010 11110010 11110 1101 0 101 11001111 1001001 1010001

Color Harmonies of #AAD2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD2F2

Black with #AAD2F2

Text Example


Text Example

White with #AAD2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD2F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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