Html Css Color HEX #AED7FF Pale Cornflower Blue

📋 copy color: '#AED7FF'

red 174 ◦ green 215 ◦ blue 255

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

Shades of Pale Cornflower Blue #AED7FF

Tints of Pale Cornflower Blue #AED7FF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.39%

 BLUE value IS 255 (100% from 255) = 39.6%

R = 27.02%
G = 33.39%
B = 39.6%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AED7FF (or 0xAED7FF) is known color: Pale Cornflower Blue. HEX triplet: AE, D7 and FF. RGB value is (174,215,255). Sum of RGB (Red+Green+Blue) = 174+215+255=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #AED7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED7FF is #512800. Grayscale: #CFCFCF. Windows color (decimal): -5318657 or 16766894. OLE color: 16766894.

HSL color Cylindrical-coordinate representation of color #AED7FF: hue angle of 209.63º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AED7FF is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 215 255 -
CMYK 0.32 0.16 0 0
HSL 209.63º 1% 0.84% -
HSV(B) 209.63º 0.32% 1% -
XYZ 59.81 64.82 103.97 -
YUV 207.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 174 215 255 0.32 0.16 0 0 209.63 1 0.84
Hex AE D7 FF 20 10 0 0 D2 64 54
Octal 256 327 377 40 20 0 0 322 144 124
Binary 10101110 11010111 11111111 100000 10000 0 0 11010010 1100100 1010100

Color Harmonies of #AED7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED7FF

Black with #AED7FF

Text Example


Text Example

White with #AED7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED7FF; }

 p { color: rgb(174,215,255); }

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

background-color css

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

 a { background-color: rgb(174,215,255); }

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

border-color css

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

 span { border-color: rgb(174,215,255); }

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