#AFCDCA

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

Shades of Sinbad #AFCDCA

Tints of Sinbad #AFCDCA

Color information

#AFCDCA (or 0xAFCDCA) is unknown color: approx Sinbad. HEX triplet: AF, CD and CA. RGB value is (175,205,202). Sum of RGB (Red+Green+Blue) = 175+205+202=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDCA is #503235. Grayscale: #C3C3C3. Windows color (decimal): -5255734 or 13290927. OLE color: 13290927.

HSL color Cylindrical-coordinate representation of color #AFCDCA: hue angle of 174º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCDCA is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB175205202-
CMYK0.1500.010.20
HSL174º23.08%74.51%-
HSV(B)174º14.63%80.39%-
XYZ50.1757.0464.24-
YUV195.69131.56113.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 205 (80.47% from 255) = 35.22%
BLUE value IS 202 (79.30% from 255) = 34.71%
R=30.07%
G=35.22%
B=34.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752052020.1500.010.2017423.0874.51
HexAFCDCAF0114ae174b
Octal25731531217012425627113
Binary1010111111001101110010101111011010010101110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDCA; }

 p { color: rgb(175,205,202); }

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

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

 a { background-color: rgb(175,205,202); }

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

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

 span { border-color: rgb(175,205,202); }

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