Html Css Color HEX #9BE2D8 Sinbad

📋 copy color: '#9BE2D8'

red 155 ◦ green 226 ◦ blue 216

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

Shades of Sinbad #9BE2D8

Tints of Sinbad #9BE2D8

RGB

 RED value IS 155 (60.94% from 255) = 25.96%

 GREEN value IS 226 (88.67% from 255) = 37.86%

 BLUE value IS 216 (84.77% from 255) = 36.18%

R = 25.96%
G = 37.86%
B = 36.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#9BE2D8 (or 0x9BE2D8) is known color: Sinbad. HEX triplet: 9B, E2 and D8. RGB value is (155,226,216). Sum of RGB (Red+Green+Blue) = 155+226+216=597 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.96% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 226 - color contains mainly: green. Hex color #9BE2D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE2D8 is #641D27. Grayscale: #CBCBCB. Windows color (decimal): -6561064 or 14213787. OLE color: 14213787.

HSL color Cylindrical-coordinate representation of color #9BE2D8: hue angle of 171.55º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE2D8 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 155 226 216 -
CMYK 0.31 0 0.04 0.11
HSL 171.55º 0.55% 0.75% -
HSV(B) 171.55º 0.31% 0.89% -
XYZ 53.11 66.32 74.97 -
YUV 203.63 134.98 93.31 -
System Red Green Blue C M Y K H S L
Decimal 155 226 216 0.31 0 0.04 0.11 171.55 0.55 0.75
Hex 9B E2 D8 1F 0 4 B AC 37 4B
Octal 233 342 330 37 0 4 13 254 67 113
Binary 10011011 11100010 11011000 11111 0 100 1011 10101100 110111 1001011

Color Harmonies of #9BE2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE2D8

Black with #9BE2D8

Text Example


Text Example

White with #9BE2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BE2D8; }

 p { color: rgb(155,226,216); }

 H1.HeaderClassName
 {
   color: #9BE2D8;
 }
 .AnyTagClassName
 {
   color: #9BE2D8;
 }
</style>

background-color css

<style>
 a { background-color: #9BE2D8; }

 a { background-color: rgb(155,226,216); }

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

border-color css

<style>
 span { border-color: #9BE2D8; }

 span { border-color: rgb(155,226,216); }

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