Html Css Color HEX #AAC8FF Pale Cornflower Blue

📋 copy color: '#AAC8FF'

red 170 ◦ green 200 ◦ blue 255

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

Shades of Pale Cornflower Blue #AAC8FF

Tints of Pale Cornflower Blue #AAC8FF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32%

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

R = 27.2%
G = 32%
B = 40.8%

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

#AAC8FF (or 0xAAC8FF) is known color: Pale Cornflower Blue. HEX triplet: AA, C8 and FF. RGB value is (170,200,255). Sum of RGB (Red+Green+Blue) = 170+200+255=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAC8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC8FF is #553700. Grayscale: #C5C5C5. Windows color (decimal): -5584641 or 16763050. OLE color: 16763050.

HSL color Cylindrical-coordinate representation of color #AAC8FF: hue angle of 218.82º 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 #AAC8FF is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 200 255 -
CMYK 0.33 0.22 0 0
HSL 218.82º 1% 0.83% -
HSV(B) 218.82º 0.33% 1% -
XYZ 55.28 57.07 102.71 -
YUV 197.3 160.56 108.53 -
System Red Green Blue C M Y K H S L
Decimal 170 200 255 0.33 0.22 0 0 218.82 1 0.83
Hex AA C8 FF 21 16 0 0 DB 64 53
Octal 252 310 377 41 26 0 0 333 144 123
Binary 10101010 11001000 11111111 100001 10110 0 0 11011011 1100100 1010011

Color Harmonies of #AAC8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC8FF

Black with #AAC8FF

Text Example


Text Example

White with #AAC8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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