Html Css Color HEX #AACCED Pale Cornflower Blue

📋 copy color: '#AACCED'

red 170 ◦ green 204 ◦ blue 237

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

Shades of Pale Cornflower Blue #AACCED

Tints of Pale Cornflower Blue #AACCED

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.39%

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

R = 27.82%
G = 33.39%
B = 38.79%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AACCED (or 0xAACCED) is known color: Pale Cornflower Blue. HEX triplet: AA, CC and ED. RGB value is (170,204,237). Sum of RGB (Red+Green+Blue) = 170+204+237=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #AACCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACCED is #553312. Grayscale: #C5C5C5. Windows color (decimal): -5583635 or 15584426. OLE color: 15584426.

HSL color Cylindrical-coordinate representation of color #AACCED: hue angle of 209.55º 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 #AACCED is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 204 237 -
CMYK 0.28 0.14 0 0.07
HSL 209.55º 0.65% 0.8% -
HSV(B) 209.55º 0.28% 0.93% -
XYZ 53.46 57.85 88.47 -
YUV 197.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 170 204 237 0.28 0.14 0 0.07 209.55 0.65 0.8
Hex AA CC ED 1C E 0 7 D2 41 50
Octal 252 314 355 34 16 0 7 322 101 120
Binary 10101010 11001100 11101101 11100 1110 0 111 11010010 1000001 1010000

Color Harmonies of #AACCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCED

Black with #AACCED

Text Example


Text Example

White with #AACCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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