Html Css Color HEX #AACDF9 Pale Cornflower Blue

📋 copy color: '#AACDF9'

red 170 ◦ green 205 ◦ blue 249

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

Shades of Pale Cornflower Blue #AACDF9

Tints of Pale Cornflower Blue #AACDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.9%

R = 27.24%
G = 32.85%
B = 39.9%

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

#AACDF9 (or 0xAACDF9) is known color: Pale Cornflower Blue. HEX triplet: AA, CD and F9. RGB value is (170,205,249). Sum of RGB (Red+Green+Blue) = 170+205+249=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 249 - color contains mainly: blue. Hex color #AACDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDF9 is #553206. Grayscale: #C7C7C7. Windows color (decimal): -5583367 or 16371114. OLE color: 16371114.

HSL color Cylindrical-coordinate representation of color #AACDF9: hue angle of 213.42º degrees, saturation: 0.87, 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 #AACDF9 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 205 249 -
CMYK 0.32 0.18 0 0.02
HSL 213.42º 0.87% 0.82% -
HSV(B) 213.42º 0.32% 0.98% -
XYZ 55.51 59.05 98.09 -
YUV 199.55 155.9 106.92 -
System Red Green Blue C M Y K H S L
Decimal 170 205 249 0.32 0.18 0 0.02 213.42 0.87 0.82
Hex AA CD F9 20 12 0 2 D5 57 52
Octal 252 315 371 40 22 0 2 325 127 122
Binary 10101010 11001101 11111001 100000 10010 0 10 11010101 1010111 1010010

Color Harmonies of #AACDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACDF9

Black with #AACDF9

Text Example


Text Example

White with #AACDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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