Html Css Color HEX #AACAF3 Pale Cornflower Blue

📋 copy color: '#AACAF3'

red 170 ◦ green 202 ◦ blue 243

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

Shades of Pale Cornflower Blue #AACAF3

Tints of Pale Cornflower Blue #AACAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.51%

R = 27.64%
G = 32.85%
B = 39.51%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AACAF3 (or 0xAACAF3) is known color: Pale Cornflower Blue. HEX triplet: AA, CA and F3. RGB value is (170,202,243). Sum of RGB (Red+Green+Blue) = 170+202+243=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 243 (95.31% from 255 or 39.51% from 615); Max value from RGB is 243 - color contains mainly: blue. Hex color #AACAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACAF3 is #55350C. Grayscale: #C4C4C4. Windows color (decimal): -5584141 or 15977130. OLE color: 15977130.

HSL color Cylindrical-coordinate representation of color #AACAF3: hue angle of 213.7º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AACAF3 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 202 243 -
CMYK 0.30 0.17 0 0.05
HSL 213.7º 0.75% 0.81% -
HSV(B) 213.7º 0.3% 0.95% -
XYZ 53.88 57.26 93.01 -
YUV 197.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 170 202 243 0.30 0.17 0 0.05 213.7 0.75 0.81
Hex AA CA F3 1E 11 0 5 D6 4B 51
Octal 252 312 363 36 21 0 5 326 113 121
Binary 10101010 11001010 11110011 11110 10001 0 101 11010110 1001011 1010001

Color Harmonies of #AACAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACAF3

Black with #AACAF3

Text Example


Text Example

White with #AACAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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