Html Css Color HEX #AFC0D1 Spindle

📋 copy color: '#AFC0D1'

red 175 ◦ green 192 ◦ blue 209

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

Shades of Spindle #AFC0D1

Tints of Spindle #AFC0D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.28%

R = 30.38%
G = 33.33%
B = 36.28%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFC0D1 (or 0xAFC0D1) is known color: Spindle. HEX triplet: AF, C0 and D1. RGB value is (175,192,209). Sum of RGB (Red+Green+Blue) = 175+192+209=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 209 - color contains mainly: blue. Hex color #AFC0D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0D1 is #503F2E. Grayscale: #BCBCBC. Windows color (decimal): -5259055 or 13746351. OLE color: 13746351.

HSL color Cylindrical-coordinate representation of color #AFC0D1: hue angle of 210º degrees, saturation: 0.27, 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 #AFC0D1 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 192 209 -
CMYK 0.16 0.08 0 0.18
HSL 210º 0.27% 0.75% -
HSV(B) 210º 0.16% 0.82% -
XYZ 48.04 51.42 67.71 -
YUV 188.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 175 192 209 0.16 0.08 0 0.18 210 0.27 0.75
Hex AF C0 D1 10 8 0 12 D2 1B 4B
Octal 257 300 321 20 10 0 22 322 33 113
Binary 10101111 11000000 11010001 10000 1000 0 10010 11010010 11011 1001011

Color Harmonies of #AFC0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0D1

Black with #AFC0D1

Text Example


Text Example

White with #AFC0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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