Html Css Color HEX #AEDAF6 Pale Cornflower Blue

📋 copy color: '#AEDAF6'

red 174 ◦ green 218 ◦ blue 246

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

Shades of Pale Cornflower Blue #AEDAF6

Tints of Pale Cornflower Blue #AEDAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.56%

R = 27.27%
G = 34.17%
B = 38.56%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AEDAF6 (or 0xAEDAF6) is known color: Pale Cornflower Blue. HEX triplet: AE, DA and F6. RGB value is (174,218,246). Sum of RGB (Red+Green+Blue) = 174+218+246=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 246 - color contains mainly: blue. Hex color #AEDAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAF6 is #512509. Grayscale: #CFCFCF. Windows color (decimal): -5317898 or 16177838. OLE color: 16177838.

HSL color Cylindrical-coordinate representation of color #AEDAF6: hue angle of 203.33º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEDAF6 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 218 246 -
CMYK 0.29 0.11 0 0.04
HSL 203.33º 0.8% 0.82% -
HSV(B) 203.33º 0.29% 0.96% -
XYZ 59.16 65.8 96.77 -
YUV 208.04 149.42 103.72 -
System Red Green Blue C M Y K H S L
Decimal 174 218 246 0.29 0.11 0 0.04 203.33 0.8 0.82
Hex AE DA F6 1D B 0 4 CB 50 52
Octal 256 332 366 35 13 0 4 313 120 122
Binary 10101110 11011010 11110110 11101 1011 0 100 11001011 1010000 1010010

Color Harmonies of #AEDAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAF6

Black with #AEDAF6

Text Example


Text Example

White with #AEDAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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