Html Css Color HEX #AAD1F9 Pale Cornflower Blue

📋 copy color: '#AAD1F9'

red 170 ◦ green 209 ◦ blue 249

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

Shades of Pale Cornflower Blue #AAD1F9

Tints of Pale Cornflower Blue #AAD1F9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.28%

 BLUE value IS 249 (97.66% from 255) = 39.65%

R = 27.07%
G = 33.28%
B = 39.65%

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

#AAD1F9 (or 0xAAD1F9) is known color: Pale Cornflower Blue. HEX triplet: AA, D1 and F9. RGB value is (170,209,249). Sum of RGB (Red+Green+Blue) = 170+209+249=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 249 (97.66% from 255 or 39.65% from 628); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAD1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD1F9 is #552E06. Grayscale: #C9C9C9. Windows color (decimal): -5582343 or 16372138. OLE color: 16372138.

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

Color convert

RGB 170 209 249 -
CMYK 0.32 0.16 0 0.02
HSL 210.38º 0.87% 0.82% -
HSV(B) 210.38º 0.32% 0.98% -
XYZ 56.48 60.99 98.42 -
YUV 201.9 154.58 105.25 -
System Red Green Blue C M Y K H S L
Decimal 170 209 249 0.32 0.16 0 0.02 210.38 0.87 0.82
Hex AA D1 F9 20 10 0 2 D2 57 52
Octal 252 321 371 40 20 0 2 322 127 122
Binary 10101010 11010001 11111001 100000 10000 0 10 11010010 1010111 1010010

Color Harmonies of #AAD1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD1F9

Black with #AAD1F9

Text Example


Text Example

White with #AAD1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD1F9; }

 p { color: rgb(170,209,249); }

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

background-color css

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

 a { background-color: rgb(170,209,249); }

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

border-color css

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

 span { border-color: rgb(170,209,249); }

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