Html Css Color HEX #AED6F4 Pale Cornflower Blue

📋 copy color: '#AED6F4'

red 174 ◦ green 214 ◦ blue 244

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

Shades of Pale Cornflower Blue #AED6F4

Tints of Pale Cornflower Blue #AED6F4

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.86%

 BLUE value IS 244 (95.7% from 255) = 38.61%

R = 27.53%
G = 33.86%
B = 38.61%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AED6F4 (or 0xAED6F4) is known color: Pale Cornflower Blue. HEX triplet: AE, D6 and F4. RGB value is (174,214,244). Sum of RGB (Red+Green+Blue) = 174+214+244=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 214 (83.98% from 255 or 33.86% from 632); Blue value is 244 (95.70% from 255 or 38.61% from 632); Max value from RGB is 244 - color contains mainly: blue. Hex color #AED6F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED6F4 is #51290B. Grayscale: #CDCDCD. Windows color (decimal): -5318924 or 16045742. OLE color: 16045742.

HSL color Cylindrical-coordinate representation of color #AED6F4: hue angle of 205.71º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AED6F4 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 214 244 -
CMYK 0.29 0.12 0 0.04
HSL 205.71º 0.76% 0.82% -
HSV(B) 205.71º 0.29% 0.96% -
XYZ 57.83 63.62 94.82 -
YUV 205.46 149.75 105.56 -
System Red Green Blue C M Y K H S L
Decimal 174 214 244 0.29 0.12 0 0.04 205.71 0.76 0.82
Hex AE D6 F4 1D C 0 4 CE 4C 52
Octal 256 326 364 35 14 0 4 316 114 122
Binary 10101110 11010110 11110100 11101 1100 0 100 11001110 1001100 1010010

Color Harmonies of #AED6F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED6F4

Black with #AED6F4

Text Example


Text Example

White with #AED6F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED6F4; }

 p { color: rgb(174,214,244); }

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

background-color css

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

 a { background-color: rgb(174,214,244); }

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

border-color css

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

 span { border-color: rgb(174,214,244); }

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