Html Css Color HEX #AACDEE Pale Cornflower Blue

📋 copy color: '#AACDEE'

red 170 ◦ green 205 ◦ blue 238

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

Shades of Pale Cornflower Blue #AACDEE

Tints of Pale Cornflower Blue #AACDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.83%

R = 27.73%
G = 33.44%
B = 38.83%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AACDEE (or 0xAACDEE) is known color: Pale Cornflower Blue. HEX triplet: AA, CD and EE. RGB value is (170,205,238). Sum of RGB (Red+Green+Blue) = 170+205+238=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #AACDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDEE is #553211. Grayscale: #C6C6C6. Windows color (decimal): -5583378 or 15650218. OLE color: 15650218.

HSL color Cylindrical-coordinate representation of color #AACDEE: hue angle of 209.12º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AACDEE is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 205 238 -
CMYK 0.29 0.14 0 0.07
HSL 209.12º 0.67% 0.8% -
HSV(B) 209.12º 0.29% 0.93% -
XYZ 53.84 58.38 89.32 -
YUV 198.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 170 205 238 0.29 0.14 0 0.07 209.12 0.67 0.8
Hex AA CD EE 1D E 0 7 D1 43 50
Octal 252 315 356 35 16 0 7 321 103 120
Binary 10101010 11001101 11101110 11101 1110 0 111 11010001 1000011 1010000

Color Harmonies of #AACDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACDEE

Black with #AACDEE

Text Example


Text Example

White with #AACDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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