Html Css Color HEX #AED3ED Pale Cornflower Blue

📋 copy color: '#AED3ED'

red 174 ◦ green 211 ◦ blue 237

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

Shades of Pale Cornflower Blue #AED3ED

Tints of Pale Cornflower Blue #AED3ED

RGB

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

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

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

R = 27.97%
G = 33.92%
B = 38.1%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AED3ED (or 0xAED3ED) is known color: Pale Cornflower Blue. HEX triplet: AE, D3 and ED. RGB value is (174,211,237). Sum of RGB (Red+Green+Blue) = 174+211+237=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #AED3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED3ED is #512C12. Grayscale: #CACACA. Windows color (decimal): -5319699 or 15586222. OLE color: 15586222.

HSL color Cylindrical-coordinate representation of color #AED3ED: hue angle of 204.76º 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 #AED3ED is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 211 237 -
CMYK 0.27 0.11 0 0.07
HSL 204.76º 0.64% 0.81% -
HSV(B) 204.76º 0.27% 0.93% -
XYZ 56.04 61.7 89.08 -
YUV 202.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 174 211 237 0.27 0.11 0 0.07 204.76 0.64 0.81
Hex AE D3 ED 1B B 0 7 CD 40 51
Octal 256 323 355 33 13 0 7 315 100 121
Binary 10101110 11010011 11101101 11011 1011 0 111 11001101 1000000 1010001

Color Harmonies of #AED3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED3ED

Black with #AED3ED

Text Example


Text Example

White with #AED3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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