Html Css Color HEX #AACAE7 Pale Cornflower Blue

📋 copy color: '#AACAE7'

red 170 ◦ green 202 ◦ blue 231

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

Shades of Pale Cornflower Blue #AACAE7

Tints of Pale Cornflower Blue #AACAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.31%

R = 28.19%
G = 33.5%
B = 38.31%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AACAE7 (or 0xAACAE7) is known color: Pale Cornflower Blue. HEX triplet: AA, CA and E7. RGB value is (170,202,231). Sum of RGB (Red+Green+Blue) = 170+202+231=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 231 (90.62% from 255 or 38.31% from 603); Max value from RGB is 231 - color contains mainly: blue. Hex color #AACAE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACAE7 is #553518. Grayscale: #C3C3C3. Windows color (decimal): -5584153 or 15190698. OLE color: 15190698.

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

Color convert

RGB 170 202 231 -
CMYK 0.26 0.13 0 0.09
HSL 208.52º 0.56% 0.79% -
HSV(B) 208.52º 0.26% 0.91% -
XYZ 52.12 56.56 83.77 -
YUV 195.74 147.9 109.64 -
System Red Green Blue C M Y K H S L
Decimal 170 202 231 0.26 0.13 0 0.09 208.52 0.56 0.79
Hex AA CA E7 1A D 0 9 D1 38 4F
Octal 252 312 347 32 15 0 11 321 70 117
Binary 10101010 11001010 11100111 11010 1101 0 1001 11010001 111000 1001111

Color Harmonies of #AACAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACAE7

Black with #AACAE7

Text Example


Text Example

White with #AACAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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