Html Css Color HEX #AED3EF Pale Cornflower Blue

📋 copy color: '#AED3EF'

red 174 ◦ green 211 ◦ blue 239

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

Shades of Pale Cornflower Blue #AED3EF

Tints of Pale Cornflower Blue #AED3EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.3%

R = 27.88%
G = 33.81%
B = 38.3%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AED3EF (or 0xAED3EF) is known color: Pale Cornflower Blue. HEX triplet: AE, D3 and EF. RGB value is (174,211,239). Sum of RGB (Red+Green+Blue) = 174+211+239=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #AED3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED3EF is #512C10. Grayscale: #CACACA. Windows color (decimal): -5319697 or 15717294. OLE color: 15717294.

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

Color convert

RGB 174 211 239 -
CMYK 0.27 0.12 0 0.06
HSL 205.85º 0.67% 0.81% -
HSV(B) 205.85º 0.27% 0.94% -
XYZ 56.33 61.82 90.62 -
YUV 203.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 174 211 239 0.27 0.12 0 0.06 205.85 0.67 0.81
Hex AE D3 EF 1B C 0 6 CE 43 51
Octal 256 323 357 33 14 0 6 316 103 121
Binary 10101110 11010011 11101111 11011 1100 0 110 11001110 1000011 1010001

Color Harmonies of #AED3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED3EF

Black with #AED3EF

Text Example


Text Example

White with #AED3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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