Html Css Color HEX #AED6FF Pale Cornflower Blue

📋 copy color: '#AED6FF'

red 174 ◦ green 214 ◦ blue 255

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

Shades of Pale Cornflower Blue #AED6FF

Tints of Pale Cornflower Blue #AED6FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.66%

R = 27.06%
G = 33.28%
B = 39.66%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AED6FF (or 0xAED6FF) is known color: Pale Cornflower Blue. HEX triplet: AE, D6 and FF. RGB value is (174,214,255). Sum of RGB (Red+Green+Blue) = 174+214+255=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #AED6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED6FF is #512900. Grayscale: #CECECE. Windows color (decimal): -5318913 or 16766638. OLE color: 16766638.

HSL color Cylindrical-coordinate representation of color #AED6FF: hue angle of 210.37º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AED6FF is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 214 255 -
CMYK 0.32 0.16 0 0
HSL 210.37º 1% 0.84% -
HSV(B) 210.37º 0.32% 1% -
XYZ 59.55 64.31 103.88 -
YUV 206.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 174 214 255 0.32 0.16 0 0 210.37 1 0.84
Hex AE D6 FF 20 10 0 0 D2 64 54
Octal 256 326 377 40 20 0 0 322 144 124
Binary 10101110 11010110 11111111 100000 10000 0 0 11010010 1100100 1010100

Color Harmonies of #AED6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED6FF

Black with #AED6FF

Text Example


Text Example

White with #AED6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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