Html Css Color HEX #AED2F9 Pale Cornflower Blue

📋 copy color: '#AED2F9'

red 174 ◦ green 210 ◦ blue 249

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

Shades of Pale Cornflower Blue #AED2F9

Tints of Pale Cornflower Blue #AED2F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.34%

R = 27.49%
G = 33.18%
B = 39.34%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AED2F9 (or 0xAED2F9) is known color: Pale Cornflower Blue. HEX triplet: AE, D2 and F9. RGB value is (174,210,249). Sum of RGB (Red+Green+Blue) = 174+210+249=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 249 (97.66% from 255 or 39.34% from 633); Max value from RGB is 249 - color contains mainly: blue. Hex color #AED2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED2F9 is #512D06. Grayscale: #CBCBCB. Windows color (decimal): -5319943 or 16372398. OLE color: 16372398.

HSL color Cylindrical-coordinate representation of color #AED2F9: hue angle of 211.2º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AED2F9 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 210 249 -
CMYK 0.30 0.16 0 0.02
HSL 211.2º 0.86% 0.83% -
HSV(B) 211.2º 0.3% 0.98% -
XYZ 57.6 61.93 98.54 -
YUV 203.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 174 210 249 0.30 0.16 0 0.02 211.2 0.86 0.83
Hex AE D2 F9 1E 10 0 2 D3 56 53
Octal 256 322 371 36 20 0 2 323 126 123
Binary 10101110 11010010 11111001 11110 10000 0 10 11010011 1010110 1010011

Color Harmonies of #AED2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2F9

Black with #AED2F9

Text Example


Text Example

White with #AED2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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