Html Css Color HEX #AEC0CF Spindle

📋 copy color: '#AEC0CF'

red 174 ◦ green 192 ◦ blue 207

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

Shades of Spindle #AEC0CF

Tints of Spindle #AEC0CF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.51%

 BLUE value IS 207 (81.25% from 255) = 36.13%

R = 30.37%
G = 33.51%
B = 36.13%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AEC0CF (or 0xAEC0CF) is known color: Spindle. HEX triplet: AE, C0 and CF. RGB value is (174,192,207). Sum of RGB (Red+Green+Blue) = 174+192+207=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEC0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0CF is #513F30. Grayscale: #BCBCBC. Windows color (decimal): -5324593 or 13615278. OLE color: 13615278.

HSL color Cylindrical-coordinate representation of color #AEC0CF: hue angle of 207.27º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEC0CF is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 192 207 -
CMYK 0.16 0.07 0 0.19
HSL 207.27º 0.26% 0.75% -
HSV(B) 207.27º 0.16% 0.81% -
XYZ 47.57 51.2 66.41 -
YUV 188.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 174 192 207 0.16 0.07 0 0.19 207.27 0.26 0.75
Hex AE C0 CF 10 7 0 13 CF 1A 4B
Octal 256 300 317 20 7 0 23 317 32 113
Binary 10101110 11000000 11001111 10000 111 0 10011 11001111 11010 1001011

Color Harmonies of #AEC0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC0CF

Black with #AEC0CF

Text Example


Text Example

White with #AEC0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC0CF; }

 p { color: rgb(174,192,207); }

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

background-color css

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

 a { background-color: rgb(174,192,207); }

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

border-color css

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

 span { border-color: rgb(174,192,207); }

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