Html Css Color HEX #AEC1CE Spindle

📋 copy color: '#AEC1CE'

red 174 ◦ green 193 ◦ blue 206

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

Shades of Spindle #AEC1CE

Tints of Spindle #AEC1CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.95%

R = 30.37%
G = 33.68%
B = 35.95%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AEC1CE (or 0xAEC1CE) is known color: Spindle. HEX triplet: AE, C1 and CE. RGB value is (174,193,206). Sum of RGB (Red+Green+Blue) = 174+193+206=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEC1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1CE is #513E31. Grayscale: #BCBCBC. Windows color (decimal): -5324338 or 13549998. OLE color: 13549998.

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

Color convert

RGB 174 193 206 -
CMYK 0.16 0.06 0 0.19
HSL 204.38º 0.25% 0.75% -
HSV(B) 204.38º 0.16% 0.81% -
XYZ 47.67 51.59 65.84 -
YUV 188.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 174 193 206 0.16 0.06 0 0.19 204.38 0.25 0.75
Hex AE C1 CE 10 6 0 13 CC 19 4B
Octal 256 301 316 20 6 0 23 314 31 113
Binary 10101110 11000001 11001110 10000 110 0 10011 11001100 11001 1001011

Color Harmonies of #AEC1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC1CE

Black with #AEC1CE

Text Example


Text Example

White with #AEC1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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