Html Css Color HEX #AACDF5 Pale Cornflower Blue

📋 copy color: '#AACDF5'

red 170 ◦ green 205 ◦ blue 245

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

Shades of Pale Cornflower Blue #AACDF5

Tints of Pale Cornflower Blue #AACDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.52%

R = 27.42%
G = 33.06%
B = 39.52%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AACDF5 (or 0xAACDF5) is known color: Pale Cornflower Blue. HEX triplet: AA, CD and F5. RGB value is (170,205,245). Sum of RGB (Red+Green+Blue) = 170+205+245=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 245 (96.09% from 255 or 39.52% from 620); Max value from RGB is 245 - color contains mainly: blue. Hex color #AACDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDF5 is #55320A. Grayscale: #C6C6C6. Windows color (decimal): -5583371 or 16108970. OLE color: 16108970.

HSL color Cylindrical-coordinate representation of color #AACDF5: hue angle of 212º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AACDF5 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 205 245 -
CMYK 0.31 0.16 0 0.04
HSL 212º 0.79% 0.81% -
HSV(B) 212º 0.31% 0.96% -
XYZ 54.89 58.8 94.84 -
YUV 199.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 170 205 245 0.31 0.16 0 0.04 212 0.79 0.81
Hex AA CD F5 1F 10 0 4 D4 4F 51
Octal 252 315 365 37 20 0 4 324 117 121
Binary 10101010 11001101 11110101 11111 10000 0 100 11010100 1001111 1010001

Color Harmonies of #AACDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACDF5

Black with #AACDF5

Text Example


Text Example

White with #AACDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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