Html Css Color HEX #AED2F2 Pale Cornflower Blue

📋 copy color: '#AED2F2'

red 174 ◦ green 210 ◦ blue 242

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

Shades of Pale Cornflower Blue #AED2F2

Tints of Pale Cornflower Blue #AED2F2

RGB

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

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

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

R = 27.8%
G = 33.55%
B = 38.66%

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

#AED2F2 (or 0xAED2F2) is known color: Pale Cornflower Blue. HEX triplet: AE, D2 and F2. RGB value is (174,210,242). Sum of RGB (Red+Green+Blue) = 174+210+242=626 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.80% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #AED2F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED2F2 is #512D0D. Grayscale: #CACACA. Windows color (decimal): -5319950 or 15913646. OLE color: 15913646.

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

Color convert

RGB 174 210 242 -
CMYK 0.28 0.13 0 0.05
HSL 208.24º 0.72% 0.82% -
HSV(B) 208.24º 0.28% 0.95% -
XYZ 56.53 61.5 92.9 -
YUV 202.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 174 210 242 0.28 0.13 0 0.05 208.24 0.72 0.82
Hex AE D2 F2 1C D 0 5 D0 48 52
Octal 256 322 362 34 15 0 5 320 110 122
Binary 10101110 11010010 11110010 11100 1101 0 101 11010000 1001000 1010010

Color Harmonies of #AED2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2F2

Black with #AED2F2

Text Example


Text Example

White with #AED2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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