Html Css Color HEX #96D6CF Sinbad

📋 copy color: '#96D6CF'

red 150 ◦ green 214 ◦ blue 207

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

Shades of Sinbad #96D6CF

Tints of Sinbad #96D6CF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.48%

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

R = 26.27%
G = 37.48%
B = 36.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#96D6CF (or 0x96D6CF) is known color: Sinbad. HEX triplet: 96, D6 and CF. RGB value is (150,214,207). Sum of RGB (Red+Green+Blue) = 150+214+207=571 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.27% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 214 - color contains mainly: green. Hex color #96D6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D6CF is #692930. Grayscale: #C2C2C2. Windows color (decimal): -6891825 or 13620886. OLE color: 13620886.

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

Color convert

RGB 150 214 207 -
CMYK 0.30 0 0.03 0.16
HSL 173.44º 0.44% 0.71% -
HSV(B) 173.44º 0.3% 0.84% -
XYZ 47.89 59.08 67.91 -
YUV 194.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 150 214 207 0.30 0 0.03 0.16 173.44 0.44 0.71
Hex 96 D6 CF 1E 0 3 10 AD 2C 47
Octal 226 326 317 36 0 3 20 255 54 107
Binary 10010110 11010110 11001111 11110 0 11 10000 10101101 101100 1000111

Color Harmonies of #96D6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D6CF

Black with #96D6CF

Text Example


Text Example

White with #96D6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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