Html Css Color HEX #AED2EE Pale Cornflower Blue

📋 copy color: '#AED2EE'

red 174 ◦ green 210 ◦ blue 238

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

Shades of Pale Cornflower Blue #AED2EE

Tints of Pale Cornflower Blue #AED2EE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.76%

 BLUE value IS 238 (93.36% from 255) = 38.26%

R = 27.97%
G = 33.76%
B = 38.26%

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

#AED2EE (or 0xAED2EE) is known color: Pale Cornflower Blue. HEX triplet: AE, D2 and EE. RGB value is (174,210,238). Sum of RGB (Red+Green+Blue) = 174+210+238=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #AED2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED2EE is #512D11. Grayscale: #CACACA. Windows color (decimal): -5319954 or 15651502. OLE color: 15651502.

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

Color convert

RGB 174 210 238 -
CMYK 0.27 0.12 0 0.07
HSL 206.25º 0.65% 0.81% -
HSV(B) 206.25º 0.27% 0.93% -
XYZ 55.93 61.26 89.77 -
YUV 202.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 174 210 238 0.27 0.12 0 0.07 206.25 0.65 0.81
Hex AE D2 EE 1B C 0 7 CE 41 51
Octal 256 322 356 33 14 0 7 316 101 121
Binary 10101110 11010010 11101110 11011 1100 0 111 11001110 1000001 1010001

Color Harmonies of #AED2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2EE

Black with #AED2EE

Text Example


Text Example

White with #AED2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2EE; }

 p { color: rgb(174,210,238); }

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

background-color css

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

 a { background-color: rgb(174,210,238); }

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

border-color css

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

 span { border-color: rgb(174,210,238); }

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