Html Css Color HEX #AAD2FA Pale Cornflower Blue

📋 copy color: '#AAD2FA'

red 170 ◦ green 210 ◦ blue 250

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

Shades of Pale Cornflower Blue #AAD2FA

Tints of Pale Cornflower Blue #AAD2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.68%

R = 26.98%
G = 33.33%
B = 39.68%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAD2FA (or 0xAAD2FA) is known color: Pale Cornflower Blue. HEX triplet: AA, D2 and FA. RGB value is (170,210,250). Sum of RGB (Red+Green+Blue) = 170+210+250=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAD2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD2FA is #552D05. Grayscale: #CACACA. Windows color (decimal): -5582086 or 16437930. OLE color: 16437930.

HSL color Cylindrical-coordinate representation of color #AAD2FA: hue angle of 210º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAD2FA is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 210 250 -
CMYK 0.32 0.16 0 0.02
HSL 210º 0.89% 0.82% -
HSV(B) 210º 0.32% 0.98% -
XYZ 56.88 61.54 99.32 -
YUV 202.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 170 210 250 0.32 0.16 0 0.02 210 0.89 0.82
Hex AA D2 FA 20 10 0 2 D2 59 52
Octal 252 322 372 40 20 0 2 322 131 122
Binary 10101010 11010010 11111010 100000 10000 0 10 11010010 1011001 1010010

Color Harmonies of #AAD2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD2FA

Black with #AAD2FA

Text Example


Text Example

White with #AAD2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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