Html Css Color HEX #96DBD3 Sinbad

📋 copy color: '#96DBD3'

red 150 ◦ green 219 ◦ blue 211

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

Shades of Sinbad #96DBD3

Tints of Sinbad #96DBD3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.76%

 BLUE value IS 211 (82.81% from 255) = 36.38%

R = 25.86%
G = 37.76%
B = 36.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#96DBD3 (or 0x96DBD3) is known color: Sinbad. HEX triplet: 96, DB and D3. RGB value is (150,219,211). Sum of RGB (Red+Green+Blue) = 150+219+211=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DBD3 is #69242C. Grayscale: #C5C5C5. Windows color (decimal): -6890541 or 13884310. OLE color: 13884310.

HSL color Cylindrical-coordinate representation of color #96DBD3: hue angle of 173.04º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DBD3 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 219 211 -
CMYK 0.32 0 0.04 0.14
HSL 173.04º 0.49% 0.72% -
HSV(B) 173.04º 0.32% 0.86% -
XYZ 49.67 61.85 70.95 -
YUV 197.46 135.64 94.15 -
System Red Green Blue C M Y K H S L
Decimal 150 219 211 0.32 0 0.04 0.14 173.04 0.49 0.72
Hex 96 DB D3 20 0 4 E AD 31 48
Octal 226 333 323 40 0 4 16 255 61 110
Binary 10010110 11011011 11010011 100000 0 100 1110 10101101 110001 1001000

Color Harmonies of #96DBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DBD3

Black with #96DBD3

Text Example


Text Example

White with #96DBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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