#AFC1D4

Color #AFC1D4 Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #AFC1D4

Tints of Spindle #AFC1D4

Color information

#AFC1D4 (or 0xAFC1D4) is unknown color: approx Spindle. HEX triplet: AF, C1 and D4. RGB value is (175,193,212). Sum of RGB (Red+Green+Blue) = 175+193+212=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 212 - color contains mainly: blue. Hex color #AFC1D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1D4 is #503E2B. Grayscale: #BDBDBD. Windows color (decimal): -5258796 or 13943215. OLE color: 13943215.

HSL color Cylindrical-coordinate representation of color #AFC1D4: hue angle of 210.81º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFC1D4 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB175193212-
CMYK0.170.0900.17
HSL210.81º30.08%75.88%-
HSV(B)210.81º17.45%83.14%-
XYZ48.6352.0169.76-
YUV189.78140.54117.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.17%
GREEN value IS 193 (75.78% from 255) = 33.28%
BLUE value IS 212 (83.20% from 255) = 36.55%
R=30.17%
G=33.28%
B=36.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1751932120.170.0900.17210.8130.0875.88
HexAFC1D4119011d31e4c
Octal257301324211102132336114
Binary10101111110000011101010010001100101000111010011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC1D4; }

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

 H1.HeaderClassName
 {
   color: #AFC1D4;
 }
 .AnyTagClassName
 {
   color: #AFC1D4;
 }
</style>
background-color css

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

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

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

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

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

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