Html Css Color HEX #9BE1D3 Sinbad

📋 copy color: '#9BE1D3'

red 155 ◦ green 225 ◦ blue 211

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

Shades of Sinbad #9BE1D3

Tints of Sinbad #9BE1D3

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.07%

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

R = 26.23%
G = 38.07%
B = 35.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#9BE1D3 (or 0x9BE1D3) is known color: Sinbad. HEX triplet: 9B, E1 and D3. RGB value is (155,225,211). Sum of RGB (Red+Green+Blue) = 155+225+211=591 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.23% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE1D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE1D3 is #641E2C. Grayscale: #CACACA. Windows color (decimal): -6561325 or 13885851. OLE color: 13885851.

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

Color convert

RGB 155 225 211 -
CMYK 0.31 0 0.06 0.12
HSL 168º 0.54% 0.75% -
HSV(B) 168º 0.31% 0.88% -
XYZ 52.2 65.52 71.52 -
YUV 202.47 132.81 94.14 -
System Red Green Blue C M Y K H S L
Decimal 155 225 211 0.31 0 0.06 0.12 168 0.54 0.75
Hex 9B E1 D3 1F 0 6 C A8 36 4B
Octal 233 341 323 37 0 6 14 250 66 113
Binary 10011011 11100001 11010011 11111 0 110 1100 10101000 110110 1001011

Color Harmonies of #9BE1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE1D3

Black with #9BE1D3

Text Example


Text Example

White with #9BE1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,225,211); }

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

background-color css

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

 a { background-color: rgb(155,225,211); }

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

border-color css

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

 span { border-color: rgb(155,225,211); }

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