Html Css Color HEX #AAC6FF Pale Cornflower Blue

📋 copy color: '#AAC6FF'

red 170 ◦ green 198 ◦ blue 255

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

Shades of Pale Cornflower Blue #AAC6FF

Tints of Pale Cornflower Blue #AAC6FF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.78%

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

R = 27.29%
G = 31.78%
B = 40.93%

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

#AAC6FF (or 0xAAC6FF) is known color: Pale Cornflower Blue. HEX triplet: AA, C6 and FF. RGB value is (170,198,255). Sum of RGB (Red+Green+Blue) = 170+198+255=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAC6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC6FF is #553900. Grayscale: #C3C3C3. Windows color (decimal): -5585153 or 16762538. OLE color: 16762538.

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

Color convert

RGB 170 198 255 -
CMYK 0.33 0.22 0 0
HSL 220.24º 1% 0.83% -
HSV(B) 220.24º 0.33% 1% -
XYZ 54.82 56.15 102.56 -
YUV 196.13 161.22 109.37 -
System Red Green Blue C M Y K H S L
Decimal 170 198 255 0.33 0.22 0 0 220.24 1 0.83
Hex AA C6 FF 21 16 0 0 DC 64 53
Octal 252 306 377 41 26 0 0 334 144 123
Binary 10101010 11000110 11111111 100001 10110 0 0 11011100 1100100 1010011

Color Harmonies of #AAC6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC6FF

Black with #AAC6FF

Text Example


Text Example

White with #AAC6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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