Html Css Color HEX #AEDAFD Pale Cornflower Blue

📋 copy color: '#AEDAFD'

red 174 ◦ green 218 ◦ blue 253

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

Shades of Pale Cornflower Blue #AEDAFD

Tints of Pale Cornflower Blue #AEDAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.22%

R = 26.98%
G = 33.8%
B = 39.22%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AEDAFD (or 0xAEDAFD) is known color: Pale Cornflower Blue. HEX triplet: AE, DA and FD. RGB value is (174,218,253). Sum of RGB (Red+Green+Blue) = 174+218+253=645 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.98% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #AEDAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAFD is #512502. Grayscale: #D0D0D0. Windows color (decimal): -5317891 or 16636590. OLE color: 16636590.

HSL color Cylindrical-coordinate representation of color #AEDAFD: hue angle of 206.58º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEDAFD is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 218 253 -
CMYK 0.31 0.14 0 0.01
HSL 206.58º 0.95% 0.84% -
HSV(B) 206.58º 0.31% 0.99% -
XYZ 60.26 66.23 102.54 -
YUV 208.83 152.92 103.15 -
System Red Green Blue C M Y K H S L
Decimal 174 218 253 0.31 0.14 0 0.01 206.58 0.95 0.84
Hex AE DA FD 1F E 0 1 CF 5F 54
Octal 256 332 375 37 16 0 1 317 137 124
Binary 10101110 11011010 11111101 11111 1110 0 1 11001111 1011111 1010100

Color Harmonies of #AEDAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAFD

Black with #AEDAFD

Text Example


Text Example

White with #AEDAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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