Html Css Color HEX #AACAF8 Pale Cornflower Blue

📋 copy color: '#AACAF8'

red 170 ◦ green 202 ◦ blue 248

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

Shades of Pale Cornflower Blue #AACAF8

Tints of Pale Cornflower Blue #AACAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40%

R = 27.42%
G = 32.58%
B = 40%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AACAF8 (or 0xAACAF8) is known color: Pale Cornflower Blue. HEX triplet: AA, CA and F8. RGB value is (170,202,248). Sum of RGB (Red+Green+Blue) = 170+202+248=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 248 (97.27% from 255 or 40% from 620); Max value from RGB is 248 - color contains mainly: blue. Hex color #AACAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACAF8 is #553507. Grayscale: #C5C5C5. Windows color (decimal): -5584136 or 16304810. OLE color: 16304810.

HSL color Cylindrical-coordinate representation of color #AACAF8: hue angle of 215.38º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AACAF8 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 202 248 -
CMYK 0.31 0.19 0 0.03
HSL 215.38º 0.85% 0.82% -
HSV(B) 215.38º 0.31% 0.97% -
XYZ 54.64 57.56 97.04 -
YUV 197.68 156.4 108.26 -
System Red Green Blue C M Y K H S L
Decimal 170 202 248 0.31 0.19 0 0.03 215.38 0.85 0.82
Hex AA CA F8 1F 13 0 3 D7 55 52
Octal 252 312 370 37 23 0 3 327 125 122
Binary 10101010 11001010 11111000 11111 10011 0 11 11010111 1010101 1010010

Color Harmonies of #AACAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACAF8

Black with #AACAF8

Text Example


Text Example

White with #AACAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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