Html Css Color HEX #AACDEC Pale Cornflower Blue

📋 copy color: '#AACDEC'

red 170 ◦ green 205 ◦ blue 236

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

Shades of Pale Cornflower Blue #AACDEC

Tints of Pale Cornflower Blue #AACDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.63%

R = 27.82%
G = 33.55%
B = 38.63%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AACDEC (or 0xAACDEC) is known color: Pale Cornflower Blue. HEX triplet: AA, CD and EC. RGB value is (170,205,236). Sum of RGB (Red+Green+Blue) = 170+205+236=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #AACDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDEC is #553213. Grayscale: #C5C5C5. Windows color (decimal): -5583380 or 15519146. OLE color: 15519146.

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

Color convert

RGB 170 205 236 -
CMYK 0.28 0.13 0 0.07
HSL 208.18º 0.63% 0.8% -
HSV(B) 208.18º 0.28% 0.93% -
XYZ 53.55 58.26 87.78 -
YUV 198.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 170 205 236 0.28 0.13 0 0.07 208.18 0.63 0.8
Hex AA CD EC 1C D 0 7 D0 3F 50
Octal 252 315 354 34 15 0 7 320 77 120
Binary 10101010 11001101 11101100 11100 1101 0 111 11010000 111111 1010000

Color Harmonies of #AACDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACDEC

Black with #AACDEC

Text Example


Text Example

White with #AACDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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