Html Css Color HEX #AEDAF7 Pale Cornflower Blue

📋 copy color: '#AEDAF7'

red 174 ◦ green 218 ◦ blue 247

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

Shades of Pale Cornflower Blue #AEDAF7

Tints of Pale Cornflower Blue #AEDAF7

RGB

 RED value IS 174 (68.36% from 255) = 27.23%

 GREEN value IS 218 (85.55% from 255) = 34.12%

 BLUE value IS 247 (96.88% from 255) = 38.65%

R = 27.23%
G = 34.12%
B = 38.65%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AEDAF7 (or 0xAEDAF7) is known color: Pale Cornflower Blue. HEX triplet: AE, DA and F7. RGB value is (174,218,247). Sum of RGB (Red+Green+Blue) = 174+218+247=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 247 - color contains mainly: blue. Hex color #AEDAF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAF7 is #512508. Grayscale: #CFCFCF. Windows color (decimal): -5317897 or 16243374. OLE color: 16243374.

HSL color Cylindrical-coordinate representation of color #AEDAF7: hue angle of 203.84º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEDAF7 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 218 247 -
CMYK 0.30 0.12 0 0.03
HSL 203.84º 0.82% 0.83% -
HSV(B) 203.84º 0.3% 0.97% -
XYZ 59.32 65.86 97.58 -
YUV 208.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 174 218 247 0.30 0.12 0 0.03 203.84 0.82 0.83
Hex AE DA F7 1E C 0 3 CC 52 53
Octal 256 332 367 36 14 0 3 314 122 123
Binary 10101110 11011010 11110111 11110 1100 0 11 11001100 1010010 1010011

Color Harmonies of #AEDAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAF7

Black with #AEDAF7

Text Example


Text Example

White with #AEDAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAF7; }

 p { color: rgb(174,218,247); }

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

background-color css

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

 a { background-color: rgb(174,218,247); }

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

border-color css

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

 span { border-color: rgb(174,218,247); }

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