Html Css Color HEX #AAD3FA Pale Cornflower Blue

📋 copy color: '#AAD3FA'

red 170 ◦ green 211 ◦ blue 250

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

Shades of Pale Cornflower Blue #AAD3FA

Tints of Pale Cornflower Blue #AAD3FA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.44%

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

R = 26.94%
G = 33.44%
B = 39.62%

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

#AAD3FA (or 0xAAD3FA) is known color: Pale Cornflower Blue. HEX triplet: AA, D3 and FA. RGB value is (170,211,250). Sum of RGB (Red+Green+Blue) = 170+211+250=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAD3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD3FA is #552C05. Grayscale: #CACACA. Windows color (decimal): -5581830 or 16438186. OLE color: 16438186.

HSL color Cylindrical-coordinate representation of color #AAD3FA: hue angle of 209.25º 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 #AAD3FA is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 211 250 -
CMYK 0.32 0.16 0 0.02
HSL 209.25º 0.89% 0.82% -
HSV(B) 209.25º 0.32% 0.98% -
XYZ 57.13 62.04 99.41 -
YUV 203.19 154.42 104.33 -
System Red Green Blue C M Y K H S L
Decimal 170 211 250 0.32 0.16 0 0.02 209.25 0.89 0.82
Hex AA D3 FA 20 10 0 2 D1 59 52
Octal 252 323 372 40 20 0 2 321 131 122
Binary 10101010 11010011 11111010 100000 10000 0 10 11010001 1011001 1010010

Color Harmonies of #AAD3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD3FA

Black with #AAD3FA

Text Example


Text Example

White with #AAD3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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