Html Css Color HEX #AACDF8 Pale Cornflower Blue

📋 copy color: '#AACDF8'

red 170 ◦ green 205 ◦ blue 248

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

Shades of Pale Cornflower Blue #AACDF8

Tints of Pale Cornflower Blue #AACDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.81%

R = 27.29%
G = 32.91%
B = 39.81%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AACDF8 (or 0xAACDF8) is known color: Pale Cornflower Blue. HEX triplet: AA, CD and F8. RGB value is (170,205,248). Sum of RGB (Red+Green+Blue) = 170+205+248=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 248 (97.27% from 255 or 39.81% from 623); Max value from RGB is 248 - color contains mainly: blue. Hex color #AACDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDF8 is #553207. Grayscale: #C7C7C7. Windows color (decimal): -5583368 or 16305578. OLE color: 16305578.

HSL color Cylindrical-coordinate representation of color #AACDF8: hue angle of 213.08º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AACDF8 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 205 248 -
CMYK 0.31 0.17 0 0.03
HSL 213.08º 0.85% 0.82% -
HSV(B) 213.08º 0.31% 0.97% -
XYZ 55.35 58.99 97.28 -
YUV 199.44 155.4 107 -
System Red Green Blue C M Y K H S L
Decimal 170 205 248 0.31 0.17 0 0.03 213.08 0.85 0.82
Hex AA CD F8 1F 11 0 3 D5 55 52
Octal 252 315 370 37 21 0 3 325 125 122
Binary 10101010 11001101 11111000 11111 10001 0 11 11010101 1010101 1010010

Color Harmonies of #AACDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACDF8

Black with #AACDF8

Text Example


Text Example

White with #AACDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACDF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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