Html Css Color HEX #AED3F2 Pale Cornflower Blue

📋 copy color: '#AED3F2'

red 174 ◦ green 211 ◦ blue 242

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

Shades of Pale Cornflower Blue #AED3F2

Tints of Pale Cornflower Blue #AED3F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.6%

R = 27.75%
G = 33.65%
B = 38.6%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AED3F2 (or 0xAED3F2) is known color: Pale Cornflower Blue. HEX triplet: AE, D3 and F2. RGB value is (174,211,242). Sum of RGB (Red+Green+Blue) = 174+211+242=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #AED3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED3F2 is #512C0D. Grayscale: #CBCBCB. Windows color (decimal): -5319694 or 15913902. OLE color: 15913902.

HSL color Cylindrical-coordinate representation of color #AED3F2: hue angle of 207.35º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AED3F2 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 211 242 -
CMYK 0.28 0.13 0 0.05
HSL 207.35º 0.72% 0.82% -
HSV(B) 207.35º 0.28% 0.95% -
XYZ 56.78 62 92.98 -
YUV 203.47 149.74 106.98 -
System Red Green Blue C M Y K H S L
Decimal 174 211 242 0.28 0.13 0 0.05 207.35 0.72 0.82
Hex AE D3 F2 1C D 0 5 CF 48 52
Octal 256 323 362 34 15 0 5 317 110 122
Binary 10101110 11010011 11110010 11100 1101 0 101 11001111 1001000 1010010

Color Harmonies of #AED3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED3F2

Black with #AED3F2

Text Example


Text Example

White with #AED3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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