Html Css Color HEX #AEDCF8 Pale Cornflower Blue

📋 copy color: '#AEDCF8'

red 174 ◦ green 220 ◦ blue 248

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

Shades of Pale Cornflower Blue #AEDCF8

Tints of Pale Cornflower Blue #AEDCF8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.27%

 BLUE value IS 248 (97.27% from 255) = 38.63%

R = 27.1%
G = 34.27%
B = 38.63%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AEDCF8 (or 0xAEDCF8) is known color: Pale Cornflower Blue. HEX triplet: AE, DC and F8. RGB value is (174,220,248). Sum of RGB (Red+Green+Blue) = 174+220+248=642 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.10% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 248 - color contains mainly: blue. Hex color #AEDCF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCF8 is #512307. Grayscale: #D1D1D1. Windows color (decimal): -5317384 or 16309422. OLE color: 16309422.

HSL color Cylindrical-coordinate representation of color #AEDCF8: hue angle of 202.7º degrees, saturation: 0.84, 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 #AEDCF8 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 220 248 -
CMYK 0.30 0.11 0 0.03
HSL 202.7º 0.84% 0.83% -
HSV(B) 202.7º 0.3% 0.97% -
XYZ 59.99 66.96 98.57 -
YUV 209.44 149.76 102.72 -
System Red Green Blue C M Y K H S L
Decimal 174 220 248 0.30 0.11 0 0.03 202.7 0.84 0.83
Hex AE DC F8 1E B 0 3 CB 54 53
Octal 256 334 370 36 13 0 3 313 124 123
Binary 10101110 11011100 11111000 11110 1011 0 11 11001011 1010100 1010011

Color Harmonies of #AEDCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCF8

Black with #AEDCF8

Text Example


Text Example

White with #AEDCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCF8; }

 p { color: rgb(174,220,248); }

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

background-color css

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

 a { background-color: rgb(174,220,248); }

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

border-color css

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

 span { border-color: rgb(174,220,248); }

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