Html Css Color HEX #AED4FA Pale Cornflower Blue

📋 copy color: '#AED4FA'

red 174 ◦ green 212 ◦ blue 250

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

Shades of Pale Cornflower Blue #AED4FA

Tints of Pale Cornflower Blue #AED4FA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.33%

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

R = 27.36%
G = 33.33%
B = 39.31%

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

#AED4FA (or 0xAED4FA) is known color: Pale Cornflower Blue. HEX triplet: AE, D4 and FA. RGB value is (174,212,250). Sum of RGB (Red+Green+Blue) = 174+212+250=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #AED4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED4FA is #512B05. Grayscale: #CCCCCC. Windows color (decimal): -5319430 or 16438446. OLE color: 16438446.

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

Color convert

RGB 174 212 250 -
CMYK 0.30 0.15 0 0.02
HSL 210º 0.88% 0.83% -
HSV(B) 210º 0.3% 0.98% -
XYZ 58.25 62.99 99.53 -
YUV 204.97 153.41 105.91 -
System Red Green Blue C M Y K H S L
Decimal 174 212 250 0.30 0.15 0 0.02 210 0.88 0.83
Hex AE D4 FA 1E F 0 2 D2 58 53
Octal 256 324 372 36 17 0 2 322 130 123
Binary 10101110 11010100 11111010 11110 1111 0 10 11010010 1011000 1010011

Color Harmonies of #AED4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED4FA

Black with #AED4FA

Text Example


Text Example

White with #AED4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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