Html Css Color HEX #AACDF4 Pale Cornflower Blue

📋 copy color: '#AACDF4'

red 170 ◦ green 205 ◦ blue 244

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

Shades of Pale Cornflower Blue #AACDF4

Tints of Pale Cornflower Blue #AACDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 39.42%

R = 27.46%
G = 33.12%
B = 39.42%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AACDF4 (or 0xAACDF4) is known color: Pale Cornflower Blue. HEX triplet: AA, CD and F4. RGB value is (170,205,244). Sum of RGB (Red+Green+Blue) = 170+205+244=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 244 (95.70% from 255 or 39.42% from 619); Max value from RGB is 244 - color contains mainly: blue. Hex color #AACDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDF4 is #55320B. Grayscale: #C6C6C6. Windows color (decimal): -5583372 or 16043434. OLE color: 16043434.

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

Color convert

RGB 170 205 244 -
CMYK 0.30 0.16 0 0.04
HSL 211.62º 0.77% 0.81% -
HSV(B) 211.62º 0.3% 0.96% -
XYZ 54.74 58.74 94.04 -
YUV 198.98 153.4 107.33 -
System Red Green Blue C M Y K H S L
Decimal 170 205 244 0.30 0.16 0 0.04 211.62 0.77 0.81
Hex AA CD F4 1E 10 0 4 D4 4D 51
Octal 252 315 364 36 20 0 4 324 115 121
Binary 10101010 11001101 11110100 11110 10000 0 100 11010100 1001101 1010001

Color Harmonies of #AACDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACDF4

Black with #AACDF4

Text Example


Text Example

White with #AACDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACDF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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