Html Css Color HEX #AAC7FF Pale Cornflower Blue

📋 copy color: '#AAC7FF'

red 170 ◦ green 199 ◦ blue 255

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

Shades of Pale Cornflower Blue #AAC7FF

Tints of Pale Cornflower Blue #AAC7FF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.89%

 BLUE value IS 255 (100% from 255) = 40.87%

R = 27.24%
G = 31.89%
B = 40.87%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AAC7FF (or 0xAAC7FF) is known color: Pale Cornflower Blue. HEX triplet: AA, C7 and FF. RGB value is (170,199,255). Sum of RGB (Red+Green+Blue) = 170+199+255=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAC7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC7FF is #553800. Grayscale: #C4C4C4. Windows color (decimal): -5584897 or 16762794. OLE color: 16762794.

HSL color Cylindrical-coordinate representation of color #AAC7FF: hue angle of 219.53º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAC7FF is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 199 255 -
CMYK 0.33 0.22 0 0
HSL 219.53º 1% 0.83% -
HSV(B) 219.53º 0.33% 1% -
XYZ 55.05 56.61 102.63 -
YUV 196.71 160.89 108.95 -
System Red Green Blue C M Y K H S L
Decimal 170 199 255 0.33 0.22 0 0 219.53 1 0.83
Hex AA C7 FF 21 16 0 0 DC 64 53
Octal 252 307 377 41 26 0 0 334 144 123
Binary 10101010 11000111 11111111 100001 10110 0 0 11011100 1100100 1010011

Color Harmonies of #AAC7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC7FF

Black with #AAC7FF

Text Example


Text Example

White with #AAC7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC7FF; }

 p { color: rgb(170,199,255); }

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

background-color css

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

 a { background-color: rgb(170,199,255); }

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

border-color css

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

 span { border-color: rgb(170,199,255); }

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