Html Css Color HEX #9BDDD2 Sinbad

📋 copy color: '#9BDDD2'

red 155 ◦ green 221 ◦ blue 210

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

Shades of Sinbad #9BDDD2

Tints of Sinbad #9BDDD2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.71%

 BLUE value IS 210 (82.42% from 255) = 35.84%

R = 26.45%
G = 37.71%
B = 35.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#9BDDD2 (or 0x9BDDD2) is known color: Sinbad. HEX triplet: 9B, DD and D2. RGB value is (155,221,210). Sum of RGB (Red+Green+Blue) = 155+221+210=586 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.45% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDD2 is #64222D. Grayscale: #C7C7C7. Windows color (decimal): -6562350 or 13819291. OLE color: 13819291.

HSL color Cylindrical-coordinate representation of color #9BDDD2: hue angle of 170º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDDD2 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 221 210 -
CMYK 0.30 0 0.05 0.13
HSL 170º 0.49% 0.74% -
HSV(B) 170º 0.3% 0.87% -
XYZ 51.01 63.33 70.51 -
YUV 200.01 133.63 95.89 -
System Red Green Blue C M Y K H S L
Decimal 155 221 210 0.30 0 0.05 0.13 170 0.49 0.74
Hex 9B DD D2 1E 0 5 D AA 31 4A
Octal 233 335 322 36 0 5 15 252 61 112
Binary 10011011 11011101 11010010 11110 0 101 1101 10101010 110001 1001010

Color Harmonies of #9BDDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDDD2

Black with #9BDDD2

Text Example


Text Example

White with #9BDDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,221,210); }

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

background-color css

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

 a { background-color: rgb(155,221,210); }

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

border-color css

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

 span { border-color: rgb(155,221,210); }

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