Html Css Color HEX #AED2FF Pale Cornflower Blue

📋 copy color: '#AED2FF'

red 174 ◦ green 210 ◦ blue 255

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

Shades of Pale Cornflower Blue #AED2FF

Tints of Pale Cornflower Blue #AED2FF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.86%

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

R = 27.23%
G = 32.86%
B = 39.91%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AED2FF (or 0xAED2FF) is known color: Pale Cornflower Blue. HEX triplet: AE, D2 and FF. RGB value is (174,210,255). Sum of RGB (Red+Green+Blue) = 174+210+255=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #AED2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED2FF is #512D00. Grayscale: #CCCCCC. Windows color (decimal): -5319937 or 16765614. OLE color: 16765614.

HSL color Cylindrical-coordinate representation of color #AED2FF: hue angle of 213.33º 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 #AED2FF is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 210 255 -
CMYK 0.32 0.18 0 0
HSL 213.33º 1% 0.84% -
HSV(B) 213.33º 0.32% 1% -
XYZ 58.55 62.31 103.55 -
YUV 204.37 156.57 106.34 -
System Red Green Blue C M Y K H S L
Decimal 174 210 255 0.32 0.18 0 0 213.33 1 0.84
Hex AE D2 FF 20 12 0 0 D5 64 54
Octal 256 322 377 40 22 0 0 325 144 124
Binary 10101110 11010010 11111111 100000 10010 0 0 11010101 1100100 1010100

Color Harmonies of #AED2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2FF

Black with #AED2FF

Text Example


Text Example

White with #AED2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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