Html Css Color HEX #96DAD2 Sinbad

📋 copy color: '#96DAD2'

red 150 ◦ green 218 ◦ blue 210

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

Shades of Sinbad #96DAD2

Tints of Sinbad #96DAD2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.72%

 BLUE value IS 210 (82.42% from 255) = 36.33%

R = 25.95%
G = 37.72%
B = 36.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#96DAD2 (or 0x96DAD2) is known color: Sinbad. HEX triplet: 96, DA and D2. RGB value is (150,218,210). Sum of RGB (Red+Green+Blue) = 150+218+210=578 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.95% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #96DAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DAD2 is #69252D. Grayscale: #C4C4C4. Windows color (decimal): -6890798 or 13818518. OLE color: 13818518.

HSL color Cylindrical-coordinate representation of color #96DAD2: hue angle of 172.94º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96DAD2 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 218 210 -
CMYK 0.31 0 0.04 0.15
HSL 172.94º 0.48% 0.72% -
HSV(B) 172.94º 0.31% 0.85% -
XYZ 49.28 61.28 70.2 -
YUV 196.76 135.47 94.65 -
System Red Green Blue C M Y K H S L
Decimal 150 218 210 0.31 0 0.04 0.15 172.94 0.48 0.72
Hex 96 DA D2 1F 0 4 F AD 30 48
Octal 226 332 322 37 0 4 17 255 60 110
Binary 10010110 11011010 11010010 11111 0 100 1111 10101101 110000 1001000

Color Harmonies of #96DAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DAD2

Black with #96DAD2

Text Example


Text Example

White with #96DAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,218,210); }

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

background-color css

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

 a { background-color: rgb(150,218,210); }

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

border-color css

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

 span { border-color: rgb(150,218,210); }

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