Html Css Color HEX #AFC3D0 Spindle

📋 copy color: '#AFC3D0'

red 175 ◦ green 195 ◦ blue 208

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

Shades of Spindle #AFC3D0

Tints of Spindle #AFC3D0

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.74%

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

R = 30.28%
G = 33.74%
B = 35.99%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFC3D0 (or 0xAFC3D0) is known color: Spindle. HEX triplet: AF, C3 and D0. RGB value is (175,195,208). Sum of RGB (Red+Green+Blue) = 175+195+208=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 195 (76.56% from 255 or 33.74% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFC3D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3D0 is #503C2F. Grayscale: #BEBEBE. Windows color (decimal): -5258288 or 13681583. OLE color: 13681583.

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

Color convert

RGB 175 195 208 -
CMYK 0.16 0.06 0 0.18
HSL 203.64º 0.26% 0.75% -
HSV(B) 203.64º 0.16% 0.82% -
XYZ 48.58 52.7 67.29 -
YUV 190.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 175 195 208 0.16 0.06 0 0.18 203.64 0.26 0.75
Hex AF C3 D0 10 6 0 12 CC 1A 4B
Octal 257 303 320 20 6 0 22 314 32 113
Binary 10101111 11000011 11010000 10000 110 0 10010 11001100 11010 1001011

Color Harmonies of #AFC3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC3D0

Black with #AFC3D0

Text Example


Text Example

White with #AFC3D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC3D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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