Html Css Color HEX #AED3FA Pale Cornflower Blue

📋 copy color: '#AED3FA'

red 174 ◦ green 211 ◦ blue 250

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

Shades of Pale Cornflower Blue #AED3FA

Tints of Pale Cornflower Blue #AED3FA

RGB

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

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

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

R = 27.4%
G = 33.23%
B = 39.37%

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

#AED3FA (or 0xAED3FA) is known color: Pale Cornflower Blue. HEX triplet: AE, D3 and FA. RGB value is (174,211,250). Sum of RGB (Red+Green+Blue) = 174+211+250=635 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.40% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #AED3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED3FA is #512C05. Grayscale: #CCCCCC. Windows color (decimal): -5319686 or 16438190. OLE color: 16438190.

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

Color convert

RGB 174 211 250 -
CMYK 0.30 0.16 0 0.02
HSL 210.79º 0.88% 0.83% -
HSV(B) 210.79º 0.3% 0.98% -
XYZ 58.01 62.49 99.45 -
YUV 204.38 153.74 106.33 -
System Red Green Blue C M Y K H S L
Decimal 174 211 250 0.30 0.16 0 0.02 210.79 0.88 0.83
Hex AE D3 FA 1E 10 0 2 D3 58 53
Octal 256 323 372 36 20 0 2 323 130 123
Binary 10101110 11010011 11111010 11110 10000 0 10 11010011 1011000 1010011

Color Harmonies of #AED3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED3FA

Black with #AED3FA

Text Example


Text Example

White with #AED3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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