#AFC7DB

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

Shades of Spindle #AFC7DB

Tints of Spindle #AFC7DB

Color information

#AFC7DB (or 0xAFC7DB) is unknown color: approx Spindle. HEX triplet: AF, C7 and DB. RGB value is (175,199,219). Sum of RGB (Red+Green+Blue) = 175+199+219=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFC7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC7DB is #503824. Grayscale: #C2C2C2. Windows color (decimal): -5257253 or 14403503. OLE color: 14403503.

HSL color Cylindrical-coordinate representation of color #AFC7DB: hue angle of 207.27º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC7DB is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175199219-
CMYK0.200.0900.14
HSL207.27º37.93%77.25%-
HSV(B)207.27º20.09%85.88%-
XYZ50.8955.0874.97-
YUV194.1142.05114.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.51%
GREEN value IS 199 (78.12% from 255) = 33.56%
BLUE value IS 219 (85.94% from 255) = 36.93%
R=29.51%
G=33.56%
B=36.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751992190.200.0900.14207.2737.9377.25
HexAFC7DB1490Ecf264d
Octal257307333241101631746115
Binary10101111110001111101101110100100101110110011111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC7DB; }

 p { color: rgb(175,199,219); }

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

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

 a { background-color: rgb(175,199,219); }

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

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

 span { border-color: rgb(175,199,219); }

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