Html Css Color HEX #AED3F9 Pale Cornflower Blue

📋 copy color: '#AED3F9'

red 174 ◦ green 211 ◦ blue 249

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

Shades of Pale Cornflower Blue #AED3F9

Tints of Pale Cornflower Blue #AED3F9

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.28%

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

R = 27.44%
G = 33.28%
B = 39.27%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AED3F9 (or 0xAED3F9) is known color: Pale Cornflower Blue. HEX triplet: AE, D3 and F9. RGB value is (174,211,249). Sum of RGB (Red+Green+Blue) = 174+211+249=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 249 (97.66% from 255 or 39.27% from 634); Max value from RGB is 249 - color contains mainly: blue. Hex color #AED3F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED3F9 is #512C06. Grayscale: #CCCCCC. Windows color (decimal): -5319687 or 16372654. OLE color: 16372654.

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

Color convert

RGB 174 211 249 -
CMYK 0.30 0.15 0 0.02
HSL 210.4º 0.86% 0.83% -
HSV(B) 210.4º 0.3% 0.98% -
XYZ 57.85 62.43 98.62 -
YUV 204.27 153.24 106.41 -
System Red Green Blue C M Y K H S L
Decimal 174 211 249 0.30 0.15 0 0.02 210.4 0.86 0.83
Hex AE D3 F9 1E F 0 2 D2 56 53
Octal 256 323 371 36 17 0 2 322 126 123
Binary 10101110 11010011 11111001 11110 1111 0 10 11010010 1010110 1010011

Color Harmonies of #AED3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED3F9

Black with #AED3F9

Text Example


Text Example

White with #AED3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED3F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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