Html Css Color HEX #AFC4D0 Spindle

📋 copy color: '#AFC4D0'

red 175 ◦ green 196 ◦ blue 208

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

Shades of Spindle #AFC4D0

Tints of Spindle #AFC4D0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.85%

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

R = 30.22%
G = 33.85%
B = 35.92%

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

#AFC4D0 (or 0xAFC4D0) is known color: Spindle. HEX triplet: AF, C4 and D0. RGB value is (175,196,208). Sum of RGB (Red+Green+Blue) = 175+196+208=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFC4D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4D0 is #503B2F. Grayscale: #BFBFBF. Windows color (decimal): -5258032 or 13681839. OLE color: 13681839.

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

Color convert

RGB 175 196 208 -
CMYK 0.16 0.06 0 0.18
HSL 201.82º 0.26% 0.75% -
HSV(B) 201.82º 0.16% 0.82% -
XYZ 48.8 53.15 67.36 -
YUV 191.09 137.54 116.52 -
System Red Green Blue C M Y K H S L
Decimal 175 196 208 0.16 0.06 0 0.18 201.82 0.26 0.75
Hex AF C4 D0 10 6 0 12 CA 1A 4B
Octal 257 304 320 20 6 0 22 312 32 113
Binary 10101111 11000100 11010000 10000 110 0 10010 11001010 11010 1001011

Color Harmonies of #AFC4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC4D0

Black with #AFC4D0

Text Example


Text Example

White with #AFC4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC4D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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