Html Css Color HEX #AACAFF Pale Cornflower Blue

📋 copy color: '#AACAFF'

red 170 ◦ green 202 ◦ blue 255

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

Shades of Pale Cornflower Blue #AACAFF

Tints of Pale Cornflower Blue #AACAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.22%

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

R = 27.11%
G = 32.22%
B = 40.67%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AACAFF (or 0xAACAFF) is known color: Pale Cornflower Blue. HEX triplet: AA, CA and FF. RGB value is (170,202,255). Sum of RGB (Red+Green+Blue) = 170+202+255=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #AACAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACAFF is #553500. Grayscale: #C6C6C6. Windows color (decimal): -5584129 or 16763562. OLE color: 16763562.

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

Color convert

RGB 170 202 255 -
CMYK 0.33 0.21 0 0
HSL 217.41º 1% 0.83% -
HSV(B) 217.41º 0.33% 1% -
XYZ 55.75 58.01 102.87 -
YUV 198.47 159.9 107.69 -
System Red Green Blue C M Y K H S L
Decimal 170 202 255 0.33 0.21 0 0 217.41 1 0.83
Hex AA CA FF 21 15 0 0 D9 64 53
Octal 252 312 377 41 25 0 0 331 144 123
Binary 10101010 11001010 11111111 100001 10101 0 0 11011001 1100100 1010011

Color Harmonies of #AACAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACAFF

Black with #AACAFF

Text Example


Text Example

White with #AACAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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