Html Css Color HEX #AED9FA Pale Cornflower Blue

📋 copy color: '#AED9FA'

red 174 ◦ green 217 ◦ blue 250

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

Shades of Pale Cornflower Blue #AED9FA

Tints of Pale Cornflower Blue #AED9FA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.85%

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

R = 27.15%
G = 33.85%
B = 39%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AED9FA (or 0xAED9FA) is known color: Pale Cornflower Blue. HEX triplet: AE, D9 and FA. RGB value is (174,217,250). Sum of RGB (Red+Green+Blue) = 174+217+250=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #AED9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED9FA is #512605. Grayscale: #CFCFCF. Windows color (decimal): -5318150 or 16439726. OLE color: 16439726.

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

Color convert

RGB 174 217 250 -
CMYK 0.30 0.13 0 0.02
HSL 206.05º 0.88% 0.83% -
HSV(B) 206.05º 0.3% 0.98% -
XYZ 59.52 65.53 99.95 -
YUV 207.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 174 217 250 0.30 0.13 0 0.02 206.05 0.88 0.83
Hex AE D9 FA 1E D 0 2 CE 58 53
Octal 256 331 372 36 15 0 2 316 130 123
Binary 10101110 11011001 11111010 11110 1101 0 10 11001110 1011000 1010011

Color Harmonies of #AED9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED9FA

Black with #AED9FA

Text Example


Text Example

White with #AED9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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