#afc3d6

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

Shades of Spindle #AFC3D6

Tints of Spindle #AFC3D6

Color information

#AFC3D6 (or 0xAFC3D6) is unknown color: approx Spindle. HEX triplet: AF, C3 and D6. RGB value is (175,195,214). Sum of RGB (Red+Green+Blue) = 175+195+214=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 214 - color contains mainly: blue. Hex color #AFC3D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3D6 is #503C29. Grayscale: #BFBFBF. Windows color (decimal): -5258282 or 14074799. OLE color: 14074799.

HSL color Cylindrical-coordinate representation of color #AFC3D6: hue angle of 209.23º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFC3D6 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175195214-
CMYK0.180.0900.16
HSL209.23º32.23%76.27%-
HSV(B)209.23º18.22%83.92%-
XYZ49.335371.25-
YUV191.19140.87116.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.97%
GREEN value IS 195 (76.56% from 255) = 33.39%
BLUE value IS 214 (83.98% from 255) = 36.64%
R=29.97%
G=33.39%
B=36.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751952140.180.0900.16209.2332.2376.27
HexAFC3D6129010d1204c
Octal257303326221102032140114
Binary101011111100001111010110100101001010000110100011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afc3d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afc3d6; }

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

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

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

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

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

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

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

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