Html Css Color HEX #AACEF0 Pale Cornflower Blue

📋 copy color: '#AACEF0'

red 170 ◦ green 206 ◦ blue 240

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

Shades of Pale Cornflower Blue #AACEF0

Tints of Pale Cornflower Blue #AACEF0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.44%

 BLUE value IS 240 (94.14% from 255) = 38.96%

R = 27.6%
G = 33.44%
B = 38.96%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AACEF0 (or 0xAACEF0) is known color: Pale Cornflower Blue. HEX triplet: AA, CE and F0. RGB value is (170,206,240). Sum of RGB (Red+Green+Blue) = 170+206+240=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #AACEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACEF0 is #55310F. Grayscale: #C6C6C6. Windows color (decimal): -5583120 or 15781546. OLE color: 15781546.

HSL color Cylindrical-coordinate representation of color #AACEF0: hue angle of 209.14º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AACEF0 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 206 240 -
CMYK 0.29 0.14 0 0.06
HSL 209.14º 0.7% 0.8% -
HSV(B) 209.14º 0.29% 0.94% -
XYZ 54.38 58.98 90.96 -
YUV 199.11 151.07 107.24 -
System Red Green Blue C M Y K H S L
Decimal 170 206 240 0.29 0.14 0 0.06 209.14 0.7 0.8
Hex AA CE F0 1D E 0 6 D1 46 50
Octal 252 316 360 35 16 0 6 321 106 120
Binary 10101010 11001110 11110000 11101 1110 0 110 11010001 1000110 1010000

Color Harmonies of #AACEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACEF0

Black with #AACEF0

Text Example


Text Example

White with #AACEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACEF0; }

 p { color: rgb(170,206,240); }

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

background-color css

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

 a { background-color: rgb(170,206,240); }

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

border-color css

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

 span { border-color: rgb(170,206,240); }

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