Html Css Color HEX #AFC0CD Spindle

📋 copy color: '#AFC0CD'

red 175 ◦ green 192 ◦ blue 205

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

Shades of Spindle #AFC0CD

Tints of Spindle #AFC0CD

RGB

 RED value IS 175 (68.75% from 255) = 30.59%

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

 BLUE value IS 205 (80.47% from 255) = 35.84%

R = 30.59%
G = 33.57%
B = 35.84%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFC0CD (or 0xAFC0CD) is known color: Spindle. HEX triplet: AF, C0 and CD. RGB value is (175,192,205). Sum of RGB (Red+Green+Blue) = 175+192+205=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFC0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0CD is #503F32. Grayscale: #BCBCBC. Windows color (decimal): -5259059 or 13484207. OLE color: 13484207.

HSL color Cylindrical-coordinate representation of color #AFC0CD: hue angle of 206º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFC0CD is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 192 205 -
CMYK 0.15 0.06 0 0.20
HSL 206º 0.23% 0.75% -
HSV(B) 206º 0.15% 0.8% -
XYZ 47.55 51.22 65.14 -
YUV 188.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 175 192 205 0.15 0.06 0 0.20 206 0.23 0.75
Hex AF C0 CD F 6 0 14 CE 17 4B
Octal 257 300 315 17 6 0 24 316 27 113
Binary 10101111 11000000 11001101 1111 110 0 10100 11001110 10111 1001011

Color Harmonies of #AFC0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0CD

Black with #AFC0CD

Text Example


Text Example

White with #AFC0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0CD; }

 p { color: rgb(175,192,205); }

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

background-color css

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

 a { background-color: rgb(175,192,205); }

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

border-color css

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

 span { border-color: rgb(175,192,205); }

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