Html Css Color HEX #AEDAFC Pale Cornflower Blue

📋 copy color: '#AEDAFC'

red 174 ◦ green 218 ◦ blue 252

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

Shades of Pale Cornflower Blue #AEDAFC

Tints of Pale Cornflower Blue #AEDAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.13%

R = 27.02%
G = 33.85%
B = 39.13%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AEDAFC (or 0xAEDAFC) is known color: Pale Cornflower Blue. HEX triplet: AE, DA and FC. RGB value is (174,218,252). Sum of RGB (Red+Green+Blue) = 174+218+252=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEDAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAFC is #512503. Grayscale: #D0D0D0. Windows color (decimal): -5317892 or 16571054. OLE color: 16571054.

HSL color Cylindrical-coordinate representation of color #AEDAFC: hue angle of 206.15º degrees, saturation: 0.93, 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 #AEDAFC is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 218 252 -
CMYK 0.31 0.13 0 0.01
HSL 206.15º 0.93% 0.84% -
HSV(B) 206.15º 0.31% 0.99% -
XYZ 60.1 66.17 101.7 -
YUV 208.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 174 218 252 0.31 0.13 0 0.01 206.15 0.93 0.84
Hex AE DA FC 1F D 0 1 CE 5D 54
Octal 256 332 374 37 15 0 1 316 135 124
Binary 10101110 11011010 11111100 11111 1101 0 1 11001110 1011101 1010100

Color Harmonies of #AEDAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAFC

Black with #AEDAFC

Text Example


Text Example

White with #AEDAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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