Html Css Color HEX #AED2FA Pale Cornflower Blue

📋 copy color: '#AED2FA'

red 174 ◦ green 210 ◦ blue 250

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

Shades of Pale Cornflower Blue #AED2FA

Tints of Pale Cornflower Blue #AED2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.43%

R = 27.44%
G = 33.12%
B = 39.43%

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

#AED2FA (or 0xAED2FA) is known color: Pale Cornflower Blue. HEX triplet: AE, D2 and FA. RGB value is (174,210,250). Sum of RGB (Red+Green+Blue) = 174+210+250=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #AED2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED2FA is #512D05. Grayscale: #CBCBCB. Windows color (decimal): -5319942 or 16437934. OLE color: 16437934.

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

Color convert

RGB 174 210 250 -
CMYK 0.30 0.16 0 0.02
HSL 211.58º 0.88% 0.83% -
HSV(B) 211.58º 0.3% 0.98% -
XYZ 57.76 61.99 99.36 -
YUV 203.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 174 210 250 0.30 0.16 0 0.02 211.58 0.88 0.83
Hex AE D2 FA 1E 10 0 2 D4 58 53
Octal 256 322 372 36 20 0 2 324 130 123
Binary 10101110 11010010 11111010 11110 10000 0 10 11010100 1011000 1010011

Color Harmonies of #AED2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2FA

Black with #AED2FA

Text Example


Text Example

White with #AED2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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