Html Css Color HEX #AACAEA Pale Cornflower Blue

📋 copy color: '#AACAEA'

red 170 ◦ green 202 ◦ blue 234

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

Shades of Pale Cornflower Blue #AACAEA

Tints of Pale Cornflower Blue #AACAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.61%

R = 28.05%
G = 33.33%
B = 38.61%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AACAEA (or 0xAACAEA) is known color: Pale Cornflower Blue. HEX triplet: AA, CA and EA. RGB value is (170,202,234). Sum of RGB (Red+Green+Blue) = 170+202+234=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #AACAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACAEA is #553515. Grayscale: #C3C3C3. Windows color (decimal): -5584150 or 15387306. OLE color: 15387306.

HSL color Cylindrical-coordinate representation of color #AACAEA: hue angle of 210º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AACAEA is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 202 234 -
CMYK 0.27 0.14 0 0.08
HSL 210º 0.6% 0.79% -
HSV(B) 210º 0.27% 0.92% -
XYZ 52.55 56.73 86.02 -
YUV 196.08 149.4 109.4 -
System Red Green Blue C M Y K H S L
Decimal 170 202 234 0.27 0.14 0 0.08 210 0.6 0.79
Hex AA CA EA 1B E 0 8 D2 3C 4F
Octal 252 312 352 33 16 0 10 322 74 117
Binary 10101010 11001010 11101010 11011 1110 0 1000 11010010 111100 1001111

Color Harmonies of #AACAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACAEA

Black with #AACAEA

Text Example


Text Example

White with #AACAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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