Html Css Color HEX #AECDFF Pale Cornflower Blue

📋 copy color: '#AECDFF'

red 174 ◦ green 205 ◦ blue 255

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

Shades of Pale Cornflower Blue #AECDFF

Tints of Pale Cornflower Blue #AECDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.33%

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

R = 27.44%
G = 32.33%
B = 40.22%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AECDFF (or 0xAECDFF) is known color: Pale Cornflower Blue. HEX triplet: AE, CD and FF. RGB value is (174,205,255). Sum of RGB (Red+Green+Blue) = 174+205+255=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #AECDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECDFF is #513200. Grayscale: #C9C9C9. Windows color (decimal): -5321217 or 16764334. OLE color: 16764334.

HSL color Cylindrical-coordinate representation of color #AECDFF: hue angle of 217.04º 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 #AECDFF is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 205 255 -
CMYK 0.32 0.20 0 0
HSL 217.04º 1% 0.84% -
HSV(B) 217.04º 0.32% 1% -
XYZ 57.34 59.88 103.14 -
YUV 201.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 174 205 255 0.32 0.20 0 0 217.04 1 0.84
Hex AE CD FF 20 14 0 0 D9 64 54
Octal 256 315 377 40 24 0 0 331 144 124
Binary 10101110 11001101 11111111 100000 10100 0 0 11011001 1100100 1010100

Color Harmonies of #AECDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDFF

Black with #AECDFF

Text Example


Text Example

White with #AECDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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