Html Css Color HEX #AED0FA Pale Cornflower Blue

📋 copy color: '#AED0FA'

red 174 ◦ green 208 ◦ blue 250

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

Shades of Pale Cornflower Blue #AED0FA

Tints of Pale Cornflower Blue #AED0FA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.91%

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

R = 27.53%
G = 32.91%
B = 39.56%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AED0FA (or 0xAED0FA) is known color: Pale Cornflower Blue. HEX triplet: AE, D0 and FA. RGB value is (174,208,250). Sum of RGB (Red+Green+Blue) = 174+208+250=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #AED0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED0FA is #512F05. Grayscale: #CACACA. Windows color (decimal): -5320454 or 16437422. OLE color: 16437422.

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

Color convert

RGB 174 208 250 -
CMYK 0.30 0.17 0 0.02
HSL 213.16º 0.88% 0.83% -
HSV(B) 213.16º 0.3% 0.98% -
XYZ 57.27 61.01 99.2 -
YUV 202.62 154.74 107.58 -
System Red Green Blue C M Y K H S L
Decimal 174 208 250 0.30 0.17 0 0.02 213.16 0.88 0.83
Hex AE D0 FA 1E 11 0 2 D5 58 53
Octal 256 320 372 36 21 0 2 325 130 123
Binary 10101110 11010000 11111010 11110 10001 0 10 11010101 1011000 1010011

Color Harmonies of #AED0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED0FA

Black with #AED0FA

Text Example


Text Example

White with #AED0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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