Html Css Color HEX #AED1F2 Pale Cornflower Blue

📋 copy color: '#AED1F2'

red 174 ◦ green 209 ◦ blue 242

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

Shades of Pale Cornflower Blue #AED1F2

Tints of Pale Cornflower Blue #AED1F2

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.44%

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

R = 27.84%
G = 33.44%
B = 38.72%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AED1F2 (or 0xAED1F2) is known color: Pale Cornflower Blue. HEX triplet: AE, D1 and F2. RGB value is (174,209,242). Sum of RGB (Red+Green+Blue) = 174+209+242=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #AED1F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED1F2 is #512E0D. Grayscale: #CACACA. Windows color (decimal): -5320206 or 15913390. OLE color: 15913390.

HSL color Cylindrical-coordinate representation of color #AED1F2: hue angle of 209.12º 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 #AED1F2 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 209 242 -
CMYK 0.28 0.14 0 0.05
HSL 209.12º 0.72% 0.82% -
HSV(B) 209.12º 0.28% 0.95% -
XYZ 56.28 61.01 92.81 -
YUV 202.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 174 209 242 0.28 0.14 0 0.05 209.12 0.72 0.82
Hex AE D1 F2 1C E 0 5 D1 48 52
Octal 256 321 362 34 16 0 5 321 110 122
Binary 10101110 11010001 11110010 11100 1110 0 101 11010001 1001000 1010010

Color Harmonies of #AED1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED1F2

Black with #AED1F2

Text Example


Text Example

White with #AED1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED1F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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