Html Css Color HEX #AFC0CF Spindle

📋 copy color: '#AFC0CF'

red 175 ◦ green 192 ◦ blue 207

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

Shades of Spindle #AFC0CF

Tints of Spindle #AFC0CF

RGB

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

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

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

R = 30.49%
G = 33.45%
B = 36.06%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFC0CF (or 0xAFC0CF) is known color: Spindle. HEX triplet: AF, C0 and CF. RGB value is (175,192,207). Sum of RGB (Red+Green+Blue) = 175+192+207=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 192 (75.39% from 255 or 33.45% 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 #AFC0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0CF is #503F30. Grayscale: #BCBCBC. Windows color (decimal): -5259057 or 13615279. OLE color: 13615279.

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

Color convert

RGB 175 192 207 -
CMYK 0.15 0.07 0 0.19
HSL 208.13º 0.25% 0.75% -
HSV(B) 208.13º 0.15% 0.81% -
XYZ 47.79 51.32 66.42 -
YUV 188.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 175 192 207 0.15 0.07 0 0.19 208.13 0.25 0.75
Hex AF C0 CF F 7 0 13 D0 19 4B
Octal 257 300 317 17 7 0 23 320 31 113
Binary 10101111 11000000 11001111 1111 111 0 10011 11010000 11001 1001011

Color Harmonies of #AFC0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0CF

Black with #AFC0CF

Text Example


Text Example

White with #AFC0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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