Html Css Color HEX #AACDED Pale Cornflower Blue

📋 copy color: '#AACDED'

red 170 ◦ green 205 ◦ blue 237

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

Shades of Pale Cornflower Blue #AACDED

Tints of Pale Cornflower Blue #AACDED

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.5%

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

R = 27.78%
G = 33.5%
B = 38.73%

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

#AACDED (or 0xAACDED) is known color: Pale Cornflower Blue. HEX triplet: AA, CD and ED. RGB value is (170,205,237). Sum of RGB (Red+Green+Blue) = 170+205+237=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #AACDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDED is #553212. Grayscale: #C6C6C6. Windows color (decimal): -5583379 or 15584682. OLE color: 15584682.

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

Color convert

RGB 170 205 237 -
CMYK 0.28 0.14 0 0.07
HSL 208.66º 0.65% 0.8% -
HSV(B) 208.66º 0.28% 0.93% -
XYZ 53.69 58.32 88.55 -
YUV 198.18 149.9 107.9 -
System Red Green Blue C M Y K H S L
Decimal 170 205 237 0.28 0.14 0 0.07 208.66 0.65 0.8
Hex AA CD ED 1C E 0 7 D1 41 50
Octal 252 315 355 34 16 0 7 321 101 120
Binary 10101010 11001101 11101101 11100 1110 0 111 11010001 1000001 1010000

Color Harmonies of #AACDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACDED

Black with #AACDED

Text Example


Text Example

White with #AACDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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