Html Css Color HEX #96D3CC Sinbad

📋 copy color: '#96D3CC'

red 150 ◦ green 211 ◦ blue 204

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

Shades of Sinbad #96D3CC

Tints of Sinbad #96D3CC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.35%

 BLUE value IS 204 (80.08% from 255) = 36.11%

R = 26.55%
G = 37.35%
B = 36.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#96D3CC (or 0x96D3CC) is known color: Sinbad. HEX triplet: 96, D3 and CC. RGB value is (150,211,204). Sum of RGB (Red+Green+Blue) = 150+211+204=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 211 - color contains mainly: green. Hex color #96D3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D3CC is #692C33. Grayscale: #BFBFBF. Windows color (decimal): -6892596 or 13423510. OLE color: 13423510.

HSL color Cylindrical-coordinate representation of color #96D3CC: hue angle of 173.11º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D3CC is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 211 204 -
CMYK 0.29 0 0.03 0.17
HSL 173.11º 0.41% 0.71% -
HSV(B) 173.11º 0.29% 0.83% -
XYZ 46.77 57.43 65.75 -
YUV 191.96 134.79 98.07 -
System Red Green Blue C M Y K H S L
Decimal 150 211 204 0.29 0 0.03 0.17 173.11 0.41 0.71
Hex 96 D3 CC 1D 0 3 11 AD 29 47
Octal 226 323 314 35 0 3 21 255 51 107
Binary 10010110 11010011 11001100 11101 0 11 10001 10101101 101001 1000111

Color Harmonies of #96D3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D3CC

Black with #96D3CC

Text Example


Text Example

White with #96D3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,211,204); }

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

background-color css

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

 a { background-color: rgb(150,211,204); }

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

border-color css

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

 span { border-color: rgb(150,211,204); }

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