Html Css Color HEX #9BD7D1 Sinbad

📋 copy color: '#9BD7D1'

red 155 ◦ green 215 ◦ blue 209

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

Shades of Sinbad #9BD7D1

Tints of Sinbad #9BD7D1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.13%

 BLUE value IS 209 (82.03% from 255) = 36.1%

R = 26.77%
G = 37.13%
B = 36.1%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#9BD7D1 (or 0x9BD7D1) is known color: Sinbad. HEX triplet: 9B, D7 and D1. RGB value is (155,215,209). Sum of RGB (Red+Green+Blue) = 155+215+209=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD7D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD7D1 is #64282E. Grayscale: #C4C4C4. Windows color (decimal): -6563887 or 13752219. OLE color: 13752219.

HSL color Cylindrical-coordinate representation of color #9BD7D1: hue angle of 174º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD7D1 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 215 209 -
CMYK 0.28 0 0.03 0.16
HSL 174º 0.43% 0.73% -
HSV(B) 174º 0.28% 0.84% -
XYZ 49.33 60.17 69.34 -
YUV 196.38 135.12 98.49 -
System Red Green Blue C M Y K H S L
Decimal 155 215 209 0.28 0 0.03 0.16 174 0.43 0.73
Hex 9B D7 D1 1C 0 3 10 AE 2B 49
Octal 233 327 321 34 0 3 20 256 53 111
Binary 10011011 11010111 11010001 11100 0 11 10000 10101110 101011 1001001

Color Harmonies of #9BD7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD7D1

Black with #9BD7D1

Text Example


Text Example

White with #9BD7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,215,209); }

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

background-color css

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

 a { background-color: rgb(155,215,209); }

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

border-color css

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

 span { border-color: rgb(155,215,209); }

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