Html Css Color HEX #AED6F6 Pale Cornflower Blue

📋 copy color: '#AED6F6'

red 174 ◦ green 214 ◦ blue 246

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

Shades of Pale Cornflower Blue #AED6F6

Tints of Pale Cornflower Blue #AED6F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.8%

R = 27.44%
G = 33.75%
B = 38.8%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AED6F6 (or 0xAED6F6) is known color: Pale Cornflower Blue. HEX triplet: AE, D6 and F6. RGB value is (174,214,246). Sum of RGB (Red+Green+Blue) = 174+214+246=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #AED6F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED6F6 is #512909. Grayscale: #CDCDCD. Windows color (decimal): -5318922 or 16176814. OLE color: 16176814.

HSL color Cylindrical-coordinate representation of color #AED6F6: hue angle of 206.67º degrees, saturation: 0.8, 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 #AED6F6 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 214 246 -
CMYK 0.29 0.13 0 0.04
HSL 206.67º 0.8% 0.82% -
HSV(B) 206.67º 0.29% 0.96% -
XYZ 58.14 63.75 96.43 -
YUV 205.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 174 214 246 0.29 0.13 0 0.04 206.67 0.8 0.82
Hex AE D6 F6 1D D 0 4 CF 50 52
Octal 256 326 366 35 15 0 4 317 120 122
Binary 10101110 11010110 11110110 11101 1101 0 100 11001111 1010000 1010010

Color Harmonies of #AED6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED6F6

Black with #AED6F6

Text Example


Text Example

White with #AED6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED6F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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