Html Css Color HEX #9BDCCD Sinbad

📋 copy color: '#9BDCCD'

red 155 ◦ green 220 ◦ blue 205

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

Shades of Sinbad #9BDCCD

Tints of Sinbad #9BDCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.93%

 BLUE value IS 205 (80.47% from 255) = 35.34%

R = 26.72%
G = 37.93%
B = 35.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#9BDCCD (or 0x9BDCCD) is known color: Sinbad. HEX triplet: 9B, DC and CD. RGB value is (155,220,205). Sum of RGB (Red+Green+Blue) = 155+220+205=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDCCD is #642332. Grayscale: #C6C6C6. Windows color (decimal): -6562611 or 13491355. OLE color: 13491355.

HSL color Cylindrical-coordinate representation of color #9BDCCD: hue angle of 166.15º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDCCD is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 220 205 -
CMYK 0.30 0 0.07 0.14
HSL 166.15º 0.48% 0.74% -
HSV(B) 166.15º 0.3% 0.86% -
XYZ 50.13 62.56 67.19 -
YUV 198.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 155 220 205 0.30 0 0.07 0.14 166.15 0.48 0.74
Hex 9B DC CD 1E 0 7 E A6 30 4A
Octal 233 334 315 36 0 7 16 246 60 112
Binary 10011011 11011100 11001101 11110 0 111 1110 10100110 110000 1001010

Color Harmonies of #9BDCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDCCD

Black with #9BDCCD

Text Example


Text Example

White with #9BDCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,220,205); }

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

background-color css

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

 a { background-color: rgb(155,220,205); }

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

border-color css

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

 span { border-color: rgb(155,220,205); }

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