Html Css Color HEX #96D7CF Sinbad

📋 copy color: '#96D7CF'

red 150 ◦ green 215 ◦ blue 207

#96D7CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sinbad #96D7CF

Tints of Sinbad #96D7CF

RGB

 RED value IS 150 (58.98% from 255) = 26.22%

 GREEN value IS 215 (84.38% from 255) = 37.59%

 BLUE value IS 207 (81.25% from 255) = 36.19%

R = 26.22%
G = 37.59%
B = 36.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#96D7CF (or 0x96D7CF) is known color: Sinbad. HEX triplet: 96, D7 and CF. RGB value is (150,215,207). Sum of RGB (Red+Green+Blue) = 150+215+207=572 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.22% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 215 - color contains mainly: green. Hex color #96D7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D7CF is #692830. Grayscale: #C2C2C2. Windows color (decimal): -6891569 or 13621142. OLE color: 13621142.

HSL color Cylindrical-coordinate representation of color #96D7CF: hue angle of 172.62º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D7CF is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 215 207 -
CMYK 0.30 0 0.04 0.16
HSL 172.62º 0.45% 0.72% -
HSV(B) 172.62º 0.3% 0.84% -
XYZ 48.14 59.59 68 -
YUV 194.65 134.97 96.15 -
System Red Green Blue C M Y K H S L
Decimal 150 215 207 0.30 0 0.04 0.16 172.62 0.45 0.72
Hex 96 D7 CF 1E 0 4 10 AD 2D 48
Octal 226 327 317 36 0 4 20 255 55 110
Binary 10010110 11010111 11001111 11110 0 100 10000 10101101 101101 1001000

Color Harmonies of #96D7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D7CF

Black with #96D7CF

Text Example


Text Example

White with #96D7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96D7CF; }

 p { color: rgb(150,215,207); }

 H1.HeaderClassName
 {
   color: #96D7CF;
 }
 .AnyTagClassName
 {
   color: #96D7CF;
 }
</style>

background-color css

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

 a { background-color: rgb(150,215,207); }

 div.DivClassName
 {
   background-color: #96D7CF;
 }
 .BgClassName
 {
   background-color: #96D7CF;
 }
</style>

border-color css

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

 span { border-color: rgb(150,215,207); }

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