Html Css Color HEX #AACAFE Pale Cornflower Blue

📋 copy color: '#AACAFE'

red 170 ◦ green 202 ◦ blue 254

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

Shades of Pale Cornflower Blue #AACAFE

Tints of Pale Cornflower Blue #AACAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.58%

R = 27.16%
G = 32.27%
B = 40.58%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AACAFE (or 0xAACAFE) is known color: Pale Cornflower Blue. HEX triplet: AA, CA and FE. RGB value is (170,202,254). Sum of RGB (Red+Green+Blue) = 170+202+254=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #AACAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACAFE is #553501. Grayscale: #C6C6C6. Windows color (decimal): -5584130 or 16698026. OLE color: 16698026.

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

Color convert

RGB 170 202 254 -
CMYK 0.33 0.20 0 0.00
HSL 217.14º 0.98% 0.83% -
HSV(B) 217.14º 0.33% 1% -
XYZ 55.59 57.94 102.02 -
YUV 198.36 159.4 107.77 -
System Red Green Blue C M Y K H S L
Decimal 170 202 254 0.33 0.20 0 0.00 217.14 0.98 0.83
Hex AA CA FE 21 14 0 0 D9 62 53
Octal 252 312 376 41 24 0 0 331 142 123
Binary 10101010 11001010 11111110 100001 10100 0 0 11011001 1100010 1010011

Color Harmonies of #AACAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACAFE

Black with #AACAFE

Text Example


Text Example

White with #AACAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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