Html Css Color HEX #AFC1D0 Spindle

📋 copy color: '#AFC1D0'

red 175 ◦ green 193 ◦ blue 208

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

Shades of Spindle #AFC1D0

Tints of Spindle #AFC1D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.11%

R = 30.38%
G = 33.51%
B = 36.11%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFC1D0 (or 0xAFC1D0) is known color: Spindle. HEX triplet: AF, C1 and D0. RGB value is (175,193,208). Sum of RGB (Red+Green+Blue) = 175+193+208=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFC1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1D0 is #503E2F. Grayscale: #BDBDBD. Windows color (decimal): -5258800 or 13681071. OLE color: 13681071.

HSL color Cylindrical-coordinate representation of color #AFC1D0: hue angle of 207.27º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFC1D0 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 193 208 -
CMYK 0.16 0.07 0 0.18
HSL 207.27º 0.26% 0.75% -
HSV(B) 207.27º 0.16% 0.82% -
XYZ 48.13 51.81 67.14 -
YUV 189.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 175 193 208 0.16 0.07 0 0.18 207.27 0.26 0.75
Hex AF C1 D0 10 7 0 12 CF 1A 4B
Octal 257 301 320 20 7 0 22 317 32 113
Binary 10101111 11000001 11010000 10000 111 0 10010 11001111 11010 1001011

Color Harmonies of #AFC1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC1D0

Black with #AFC1D0

Text Example


Text Example

White with #AFC1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC1D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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