#AFCECD

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

Shades of Sinbad #AFCECD

Tints of Sinbad #AFCECD

Color information

#AFCECD (or 0xAFCECD) is unknown color: approx Sinbad. HEX triplet: AF, CE and CD. RGB value is (175,206,205). Sum of RGB (Red+Green+Blue) = 175+206+205=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCECD is #503132. Grayscale: #C4C4C4. Windows color (decimal): -5255475 or 13487791. OLE color: 13487791.

HSL color Cylindrical-coordinate representation of color #AFCECD: hue angle of 178.06º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCECD is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB175206205-
CMYK0.1500.000.19
HSL178.06º24.03%74.71%-
HSV(B)178.06º15.05%80.78%-
XYZ50.7757.6666.21-
YUV196.62132.73112.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 206 (80.86% from 255) = 35.15%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=29.86%
G=35.15%
B=34.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752062050.1500.000.19178.0624.0374.71
HexAFCECDF0013b2184b
Octal25731631517002326230113
Binary1010111111001110110011011111001001110110010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCECD; }

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

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

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

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

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

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

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

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