Html Css Color HEX #AAC9F5 Pale Cornflower Blue

📋 copy color: '#AAC9F5'

red 170 ◦ green 201 ◦ blue 245

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

Shades of Pale Cornflower Blue #AAC9F5

Tints of Pale Cornflower Blue #AAC9F5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.63%

 BLUE value IS 245 (96.09% from 255) = 39.77%

R = 27.6%
G = 32.63%
B = 39.77%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AAC9F5 (or 0xAAC9F5) is known color: Pale Cornflower Blue. HEX triplet: AA, C9 and F5. RGB value is (170,201,245). Sum of RGB (Red+Green+Blue) = 170+201+245=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 245 (96.09% from 255 or 39.77% from 616); Max value from RGB is 245 - color contains mainly: blue. Hex color #AAC9F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC9F5 is #55360A. Grayscale: #C4C4C4. Windows color (decimal): -5584395 or 16107946. OLE color: 16107946.

HSL color Cylindrical-coordinate representation of color #AAC9F5: hue angle of 215.2º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC9F5 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 201 245 -
CMYK 0.31 0.18 0 0.04
HSL 215.2º 0.79% 0.81% -
HSV(B) 215.2º 0.31% 0.96% -
XYZ 53.95 56.91 94.53 -
YUV 196.75 155.23 108.92 -
System Red Green Blue C M Y K H S L
Decimal 170 201 245 0.31 0.18 0 0.04 215.2 0.79 0.81
Hex AA C9 F5 1F 12 0 4 D7 4F 51
Octal 252 311 365 37 22 0 4 327 117 121
Binary 10101010 11001001 11110101 11111 10010 0 100 11010111 1001111 1010001

Color Harmonies of #AAC9F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC9F5

Black with #AAC9F5

Text Example


Text Example

White with #AAC9F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC9F5; }

 p { color: rgb(170,201,245); }

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

background-color css

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

 a { background-color: rgb(170,201,245); }

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

border-color css

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

 span { border-color: rgb(170,201,245); }

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