Html Css Color HEX #9BE2DA Sinbad

📋 copy color: '#9BE2DA'

red 155 ◦ green 226 ◦ blue 218

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

Shades of Sinbad #9BE2DA

Tints of Sinbad #9BE2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.39%

R = 25.88%
G = 37.73%
B = 36.39%

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

#9BE2DA (or 0x9BE2DA) is known color: Sinbad. HEX triplet: 9B, E2 and DA. RGB value is (155,226,218). Sum of RGB (Red+Green+Blue) = 155+226+218=599 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.88% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 226 - color contains mainly: green. Hex color #9BE2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE2DA is #641D25. Grayscale: #CBCBCB. Windows color (decimal): -6561062 or 14344859. OLE color: 14344859.

HSL color Cylindrical-coordinate representation of color #9BE2DA: hue angle of 173.24º 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 #9BE2DA is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 155 226 218 -
CMYK 0.31 0 0.04 0.11
HSL 173.24º 0.55% 0.75% -
HSV(B) 173.24º 0.31% 0.89% -
XYZ 53.37 66.42 76.34 -
YUV 203.86 135.98 93.15 -
System Red Green Blue C M Y K H S L
Decimal 155 226 218 0.31 0 0.04 0.11 173.24 0.55 0.75
Hex 9B E2 DA 1F 0 4 B AD 37 4B
Octal 233 342 332 37 0 4 13 255 67 113
Binary 10011011 11100010 11011010 11111 0 100 1011 10101101 110111 1001011

Color Harmonies of #9BE2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE2DA

Black with #9BE2DA

Text Example


Text Example

White with #9BE2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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