Html Css Color HEX #AFC2CF Spindle

📋 copy color: '#AFC2CF'

red 175 ◦ green 194 ◦ blue 207

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

Shades of Spindle #AFC2CF

Tints of Spindle #AFC2CF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.68%

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

R = 30.38%
G = 33.68%
B = 35.94%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFC2CF (or 0xAFC2CF) is known color: Spindle. HEX triplet: AF, C2 and CF. RGB value is (175,194,207). Sum of RGB (Red+Green+Blue) = 175+194+207=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFC2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2CF is #503D30. Grayscale: #BDBDBD. Windows color (decimal): -5258545 or 13615791. OLE color: 13615791.

HSL color Cylindrical-coordinate representation of color #AFC2CF: 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.15%. Process color model (Four color, CMYK) of #AFC2CF is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 194 207 -
CMYK 0.15 0.06 0 0.19
HSL 204.38º 0.25% 0.75% -
HSV(B) 204.38º 0.15% 0.81% -
XYZ 48.23 52.2 66.57 -
YUV 189.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 175 194 207 0.15 0.06 0 0.19 204.38 0.25 0.75
Hex AF C2 CF F 6 0 13 CC 19 4B
Octal 257 302 317 17 6 0 23 314 31 113
Binary 10101111 11000010 11001111 1111 110 0 10011 11001100 11001 1001011

Color Harmonies of #AFC2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2CF

Black with #AFC2CF

Text Example


Text Example

White with #AFC2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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