Html Css Color HEX #AACAED Pale Cornflower Blue

📋 copy color: '#AACAED'

red 170 ◦ green 202 ◦ blue 237

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

Shades of Pale Cornflower Blue #AACAED

Tints of Pale Cornflower Blue #AACAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.92%

R = 27.91%
G = 33.17%
B = 38.92%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AACAED (or 0xAACAED) is known color: Pale Cornflower Blue. HEX triplet: AA, CA and ED. RGB value is (170,202,237). Sum of RGB (Red+Green+Blue) = 170+202+237=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #AACAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACAED is #553512. Grayscale: #C4C4C4. Windows color (decimal): -5584147 or 15583914. OLE color: 15583914.

HSL color Cylindrical-coordinate representation of color #AACAED: hue angle of 211.34º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AACAED is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 202 237 -
CMYK 0.28 0.15 0 0.07
HSL 211.34º 0.65% 0.8% -
HSV(B) 211.34º 0.28% 0.93% -
XYZ 52.98 56.9 88.31 -
YUV 196.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 170 202 237 0.28 0.15 0 0.07 211.34 0.65 0.8
Hex AA CA ED 1C F 0 7 D3 41 50
Octal 252 312 355 34 17 0 7 323 101 120
Binary 10101010 11001010 11101101 11100 1111 0 111 11010011 1000001 1010000

Color Harmonies of #AACAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACAED

Black with #AACAED

Text Example


Text Example

White with #AACAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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