Html Css Color HEX #AACEFF Pale Cornflower Blue

📋 copy color: '#AACEFF'

red 170 ◦ green 206 ◦ blue 255

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

Shades of Pale Cornflower Blue #AACEFF

Tints of Pale Cornflower Blue #AACEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.41%

R = 26.94%
G = 32.65%
B = 40.41%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AACEFF (or 0xAACEFF) is known color: Pale Cornflower Blue. HEX triplet: AA, CE and FF. RGB value is (170,206,255). Sum of RGB (Red+Green+Blue) = 170+206+255=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #AACEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACEFF is #553100. Grayscale: #C8C8C8. Windows color (decimal): -5583105 or 16764586. OLE color: 16764586.

HSL color Cylindrical-coordinate representation of color #AACEFF: hue angle of 214.59º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AACEFF is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 206 255 -
CMYK 0.33 0.19 0 0
HSL 214.59º 1% 0.83% -
HSV(B) 214.59º 0.33% 1% -
XYZ 56.7 59.91 103.18 -
YUV 200.82 158.57 106.02 -
System Red Green Blue C M Y K H S L
Decimal 170 206 255 0.33 0.19 0 0 214.59 1 0.83
Hex AA CE FF 21 13 0 0 D7 64 53
Octal 252 316 377 41 23 0 0 327 144 123
Binary 10101010 11001110 11111111 100001 10011 0 0 11010111 1100100 1010011

Color Harmonies of #AACEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACEFF

Black with #AACEFF

Text Example


Text Example

White with #AACEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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