Html Css Color HEX #AED0ED Pale Cornflower Blue

📋 copy color: '#AED0ED'

red 174 ◦ green 208 ◦ blue 237

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

Shades of Pale Cornflower Blue #AED0ED

Tints of Pale Cornflower Blue #AED0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.29%

R = 28.11%
G = 33.6%
B = 38.29%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AED0ED (or 0xAED0ED) is known color: Pale Cornflower Blue. HEX triplet: AE, D0 and ED. RGB value is (174,208,237). Sum of RGB (Red+Green+Blue) = 174+208+237=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #AED0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED0ED is #512F12. Grayscale: #C8C8C8. Windows color (decimal): -5320467 or 15585454. OLE color: 15585454.

HSL color Cylindrical-coordinate representation of color #AED0ED: hue angle of 207.62º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AED0ED is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 208 237 -
CMYK 0.27 0.12 0 0.07
HSL 207.62º 0.64% 0.81% -
HSV(B) 207.62º 0.27% 0.93% -
XYZ 55.3 60.22 88.83 -
YUV 201.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 174 208 237 0.27 0.12 0 0.07 207.62 0.64 0.81
Hex AE D0 ED 1B C 0 7 D0 40 51
Octal 256 320 355 33 14 0 7 320 100 121
Binary 10101110 11010000 11101101 11011 1100 0 111 11010000 1000000 1010001

Color Harmonies of #AED0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED0ED

Black with #AED0ED

Text Example


Text Example

White with #AED0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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