Html Css Color HEX #AFC1CF Spindle

📋 copy color: '#AFC1CF'

red 175 ◦ green 193 ◦ blue 207

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

Shades of Spindle #AFC1CF

Tints of Spindle #AFC1CF

RGB

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

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

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

R = 30.43%
G = 33.57%
B = 36%

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

#AFC1CF (or 0xAFC1CF) is known color: Spindle. HEX triplet: AF, C1 and CF. RGB value is (175,193,207). Sum of RGB (Red+Green+Blue) = 175+193+207=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFC1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1CF is #503E30. Grayscale: #BDBDBD. Windows color (decimal): -5258801 or 13615535. OLE color: 13615535.

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

Color convert

RGB 175 193 207 -
CMYK 0.15 0.07 0 0.19
HSL 206.25º 0.25% 0.75% -
HSV(B) 206.25º 0.15% 0.81% -
XYZ 48.01 51.76 66.49 -
YUV 189.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 175 193 207 0.15 0.07 0 0.19 206.25 0.25 0.75
Hex AF C1 CF F 7 0 13 CE 19 4B
Octal 257 301 317 17 7 0 23 316 31 113
Binary 10101111 11000001 11001111 1111 111 0 10011 11001110 11001 1001011

Color Harmonies of #AFC1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC1CF

Black with #AFC1CF

Text Example


Text Example

White with #AFC1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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