Html Css Color HEX #AEDAF5 Pale Cornflower Blue

📋 copy color: '#AEDAF5'

red 174 ◦ green 218 ◦ blue 245

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

Shades of Pale Cornflower Blue #AEDAF5

Tints of Pale Cornflower Blue #AEDAF5

RGB

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

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

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

R = 27.32%
G = 34.22%
B = 38.46%

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

#AEDAF5 (or 0xAEDAF5) is known color: Pale Cornflower Blue. HEX triplet: AE, DA and F5. RGB value is (174,218,245). Sum of RGB (Red+Green+Blue) = 174+218+245=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 245 (96.09% from 255 or 38.46% from 637); Max value from RGB is 245 - color contains mainly: blue. Hex color #AEDAF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAF5 is #51250A. Grayscale: #CFCFCF. Windows color (decimal): -5317899 or 16112302. OLE color: 16112302.

HSL color Cylindrical-coordinate representation of color #AEDAF5: hue angle of 202.82º degrees, saturation: 0.78, 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 #AEDAF5 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 218 245 -
CMYK 0.29 0.11 0 0.04
HSL 202.82º 0.78% 0.82% -
HSV(B) 202.82º 0.29% 0.96% -
XYZ 59.01 65.73 95.96 -
YUV 207.92 148.92 103.8 -
System Red Green Blue C M Y K H S L
Decimal 174 218 245 0.29 0.11 0 0.04 202.82 0.78 0.82
Hex AE DA F5 1D B 0 4 CB 4E 52
Octal 256 332 365 35 13 0 4 313 116 122
Binary 10101110 11011010 11110101 11101 1011 0 100 11001011 1001110 1010010

Color Harmonies of #AEDAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAF5

Black with #AEDAF5

Text Example


Text Example

White with #AEDAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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