#99D5CF

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

Shades of Sinbad #99D5CF

Tints of Sinbad #99D5CF

Color information

#99D5CF (or 0x99D5CF) is unknown color: approx Sinbad. HEX triplet: 99, D5 and CF. RGB value is (153,213,207). Sum of RGB (Red+Green+Blue) = 153+213+207=573 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.70% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 213 - color contains mainly: green. Hex color #99D5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D5CF is #662A30. Grayscale: #C2C2C2. Windows color (decimal): -6695473 or 13620633. OLE color: 13620633.

HSL color Cylindrical-coordinate representation of color #99D5CF: hue angle of 174º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D5CF is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB153213207-
CMYK0.2800.030.16
HSL174º41.67%71.76%-
HSV(B)174º28.17%83.53%-
XYZ48.1958.8767.85-
YUV194.38135.1298.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.70%
GREEN value IS 213 (83.59% from 255) = 37.17%
BLUE value IS 207 (81.25% from 255) = 36.13%
R=26.70%
G=37.17%
B=36.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532132070.2800.030.1617441.6771.76
Hex99D5CF1C0310ae2a48
Octal23132531734032025652110
Binary1001100111010101110011111110001110000101011101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99D5CF; }

 p { color: rgb(153,213,207); }

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

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

 a { background-color: rgb(153,213,207); }

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

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

 span { border-color: rgb(153,213,207); }

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