Html Css Color HEX #AED2F7 Pale Cornflower Blue

📋 copy color: '#AED2F7'

red 174 ◦ green 210 ◦ blue 247

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

Shades of Pale Cornflower Blue #AED2F7

Tints of Pale Cornflower Blue #AED2F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.14%

R = 27.58%
G = 33.28%
B = 39.14%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AED2F7 (or 0xAED2F7) is known color: Pale Cornflower Blue. HEX triplet: AE, D2 and F7. RGB value is (174,210,247). Sum of RGB (Red+Green+Blue) = 174+210+247=631 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.58% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 247 (96.88% from 255 or 39.14% from 631); Max value from RGB is 247 - color contains mainly: blue. Hex color #AED2F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED2F7 is #512D08. Grayscale: #CBCBCB. Windows color (decimal): -5319945 or 16241326. OLE color: 16241326.

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

Color convert

RGB 174 210 247 -
CMYK 0.30 0.15 0 0.03
HSL 210.41º 0.82% 0.83% -
HSV(B) 210.41º 0.3% 0.97% -
XYZ 57.29 61.81 96.91 -
YUV 203.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 174 210 247 0.30 0.15 0 0.03 210.41 0.82 0.83
Hex AE D2 F7 1E F 0 3 D2 52 53
Octal 256 322 367 36 17 0 3 322 122 123
Binary 10101110 11010010 11110111 11110 1111 0 11 11010010 1010010 1010011

Color Harmonies of #AED2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2F7

Black with #AED2F7

Text Example


Text Example

White with #AED2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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