Html Css Color HEX #AACEFA Pale Cornflower Blue

📋 copy color: '#AACEFA'

red 170 ◦ green 206 ◦ blue 250

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

Shades of Pale Cornflower Blue #AACEFA

Tints of Pale Cornflower Blue #AACEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.94%

R = 27.16%
G = 32.91%
B = 39.94%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AACEFA (or 0xAACEFA) is known color: Pale Cornflower Blue. HEX triplet: AA, CE and FA. RGB value is (170,206,250). Sum of RGB (Red+Green+Blue) = 170+206+250=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #AACEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACEFA is #553105. Grayscale: #C8C8C8. Windows color (decimal): -5583110 or 16436906. OLE color: 16436906.

HSL color Cylindrical-coordinate representation of color #AACEFA: hue angle of 213º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AACEFA is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 206 250 -
CMYK 0.32 0.18 0 0.02
HSL 213º 0.89% 0.82% -
HSV(B) 213º 0.32% 0.98% -
XYZ 55.9 59.59 99 -
YUV 200.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 170 206 250 0.32 0.18 0 0.02 213 0.89 0.82
Hex AA CE FA 20 12 0 2 D5 59 52
Octal 252 316 372 40 22 0 2 325 131 122
Binary 10101010 11001110 11111010 100000 10010 0 10 11010101 1011001 1010010

Color Harmonies of #AACEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACEFA

Black with #AACEFA

Text Example


Text Example

White with #AACEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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