Html Css Color HEX #AACAF1 Pale Cornflower Blue

📋 copy color: '#AACAF1'

red 170 ◦ green 202 ◦ blue 241

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

Shades of Pale Cornflower Blue #AACAF1

Tints of Pale Cornflower Blue #AACAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.31%

R = 27.73%
G = 32.95%
B = 39.31%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AACAF1 (or 0xAACAF1) is known color: Pale Cornflower Blue. HEX triplet: AA, CA and F1. RGB value is (170,202,241). Sum of RGB (Red+Green+Blue) = 170+202+241=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #AACAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACAF1 is #55350E. Grayscale: #C4C4C4. Windows color (decimal): -5584143 or 15846058. OLE color: 15846058.

HSL color Cylindrical-coordinate representation of color #AACAF1: hue angle of 212.96º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AACAF1 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 202 241 -
CMYK 0.29 0.16 0 0.05
HSL 212.96º 0.72% 0.81% -
HSV(B) 212.96º 0.29% 0.95% -
XYZ 53.58 57.14 91.42 -
YUV 196.88 152.9 108.83 -
System Red Green Blue C M Y K H S L
Decimal 170 202 241 0.29 0.16 0 0.05 212.96 0.72 0.81
Hex AA CA F1 1D 10 0 5 D5 48 51
Octal 252 312 361 35 20 0 5 325 110 121
Binary 10101010 11001010 11110001 11101 10000 0 101 11010101 1001000 1010001

Color Harmonies of #AACAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACAF1

Black with #AACAF1

Text Example


Text Example

White with #AACAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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