Html Css Color HEX #9BE0CE Sinbad

📋 copy color: '#9BE0CE'

red 155 ◦ green 224 ◦ blue 206

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

Shades of Sinbad #9BE0CE

Tints of Sinbad #9BE0CE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.29%

 BLUE value IS 206 (80.86% from 255) = 35.21%

R = 26.5%
G = 38.29%
B = 35.21%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#9BE0CE (or 0x9BE0CE) is known color: Sinbad. HEX triplet: 9B, E0 and CE. RGB value is (155,224,206). Sum of RGB (Red+Green+Blue) = 155+224+206=585 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.50% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE0CE is #641F31. Grayscale: #C9C9C9. Windows color (decimal): -6561586 or 13557915. OLE color: 13557915.

HSL color Cylindrical-coordinate representation of color #9BE0CE: hue angle of 164.35º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE0CE is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 224 206 -
CMYK 0.31 0 0.08 0.12
HSL 164.35º 0.53% 0.74% -
HSV(B) 164.35º 0.31% 0.88% -
XYZ 51.31 64.74 68.18 -
YUV 201.32 130.64 94.96 -
System Red Green Blue C M Y K H S L
Decimal 155 224 206 0.31 0 0.08 0.12 164.35 0.53 0.74
Hex 9B E0 CE 1F 0 8 C A4 35 4A
Octal 233 340 316 37 0 10 14 244 65 112
Binary 10011011 11100000 11001110 11111 0 1000 1100 10100100 110101 1001010

Color Harmonies of #9BE0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE0CE

Black with #9BE0CE

Text Example


Text Example

White with #9BE0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,224,206); }

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

background-color css

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

 a { background-color: rgb(155,224,206); }

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

border-color css

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

 span { border-color: rgb(155,224,206); }

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