Html Css Color HEX #AEC1CF Spindle

📋 copy color: '#AEC1CF'

red 174 ◦ green 193 ◦ blue 207

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

Shades of Spindle #AEC1CF

Tints of Spindle #AEC1CF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.62%

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

R = 30.31%
G = 33.62%
B = 36.06%

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

#AEC1CF (or 0xAEC1CF) is known color: Spindle. HEX triplet: AE, C1 and CF. RGB value is (174,193,207). Sum of RGB (Red+Green+Blue) = 174+193+207=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 193 (75.78% from 255 or 33.62% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEC1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1CF is #513E30. Grayscale: #BCBCBC. Windows color (decimal): -5324337 or 13615534. OLE color: 13615534.

HSL color Cylindrical-coordinate representation of color #AEC1CF: hue angle of 205.45º 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 #AEC1CF is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 193 207 -
CMYK 0.16 0.07 0 0.19
HSL 205.45º 0.26% 0.75% -
HSV(B) 205.45º 0.16% 0.81% -
XYZ 47.79 51.64 66.48 -
YUV 188.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 174 193 207 0.16 0.07 0 0.19 205.45 0.26 0.75
Hex AE C1 CF 10 7 0 13 CD 1A 4B
Octal 256 301 317 20 7 0 23 315 32 113
Binary 10101110 11000001 11001111 10000 111 0 10011 11001101 11010 1001011

Color Harmonies of #AEC1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC1CF

Black with #AEC1CF

Text Example


Text Example

White with #AEC1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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