Html Css Color HEX #AACAE8 Pale Cornflower Blue

📋 copy color: '#AACAE8'

red 170 ◦ green 202 ◦ blue 232

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

Shades of Pale Cornflower Blue #AACAE8

Tints of Pale Cornflower Blue #AACAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.41%

R = 28.15%
G = 33.44%
B = 38.41%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AACAE8 (or 0xAACAE8) is known color: Pale Cornflower Blue. HEX triplet: AA, CA and E8. RGB value is (170,202,232). Sum of RGB (Red+Green+Blue) = 170+202+232=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #AACAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACAE8 is #553517. Grayscale: #C3C3C3. Windows color (decimal): -5584152 or 15256234. OLE color: 15256234.

HSL color Cylindrical-coordinate representation of color #AACAE8: hue angle of 209.03º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AACAE8 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 202 232 -
CMYK 0.27 0.13 0 0.09
HSL 209.03º 0.57% 0.79% -
HSV(B) 209.03º 0.27% 0.91% -
XYZ 52.26 56.61 84.52 -
YUV 195.85 148.4 109.56 -
System Red Green Blue C M Y K H S L
Decimal 170 202 232 0.27 0.13 0 0.09 209.03 0.57 0.79
Hex AA CA E8 1B D 0 9 D1 39 4F
Octal 252 312 350 33 15 0 11 321 71 117
Binary 10101010 11001010 11101000 11011 1101 0 1001 11010001 111001 1001111

Color Harmonies of #AACAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACAE8

Black with #AACAE8

Text Example


Text Example

White with #AACAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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