Html Css Color HEX #AED1F0 Pale Cornflower Blue

📋 copy color: '#AED1F0'

red 174 ◦ green 209 ◦ blue 240

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

Shades of Pale Cornflower Blue #AED1F0

Tints of Pale Cornflower Blue #AED1F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.52%

R = 27.93%
G = 33.55%
B = 38.52%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AED1F0 (or 0xAED1F0) is known color: Pale Cornflower Blue. HEX triplet: AE, D1 and F0. RGB value is (174,209,240). Sum of RGB (Red+Green+Blue) = 174+209+240=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 209 (82.03% from 255 or 33.55% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 240 - color contains mainly: blue. Hex color #AED1F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED1F0 is #512E0F. Grayscale: #C9C9C9. Windows color (decimal): -5320208 or 15782318. OLE color: 15782318.

HSL color Cylindrical-coordinate representation of color #AED1F0: hue angle of 208.18º degrees, saturation: 0.69, 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 #AED1F0 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 209 240 -
CMYK 0.28 0.13 0 0.06
HSL 208.18º 0.69% 0.81% -
HSV(B) 208.18º 0.28% 0.94% -
XYZ 55.98 60.89 91.24 -
YUV 202.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 174 209 240 0.28 0.13 0 0.06 208.18 0.69 0.81
Hex AE D1 F0 1C D 0 6 D0 45 51
Octal 256 321 360 34 15 0 6 320 105 121
Binary 10101110 11010001 11110000 11100 1101 0 110 11010000 1000101 1010001

Color Harmonies of #AED1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED1F0

Black with #AED1F0

Text Example


Text Example

White with #AED1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED1F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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