Html Css Color HEX #9BDCCE Sinbad

📋 copy color: '#9BDCCE'

red 155 ◦ green 220 ◦ blue 206

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

Shades of Sinbad #9BDCCE

Tints of Sinbad #9BDCCE

RGB

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

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

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

R = 26.68%
G = 37.87%
B = 35.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#9BDCCE (or 0x9BDCCE) is known color: Sinbad. HEX triplet: 9B, DC and CE. RGB value is (155,220,206). Sum of RGB (Red+Green+Blue) = 155+220+206=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDCCE is #642331. Grayscale: #C6C6C6. Windows color (decimal): -6562610 or 13556891. OLE color: 13556891.

HSL color Cylindrical-coordinate representation of color #9BDCCE: hue angle of 167.08º 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 #9BDCCE is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 220 206 -
CMYK 0.30 0 0.06 0.14
HSL 167.08º 0.48% 0.74% -
HSV(B) 167.08º 0.3% 0.86% -
XYZ 50.25 62.61 67.83 -
YUV 198.97 131.97 96.64 -
System Red Green Blue C M Y K H S L
Decimal 155 220 206 0.30 0 0.06 0.14 167.08 0.48 0.74
Hex 9B DC CE 1E 0 6 E A7 30 4A
Octal 233 334 316 36 0 6 16 247 60 112
Binary 10011011 11011100 11001110 11110 0 110 1110 10100111 110000 1001010

Color Harmonies of #9BDCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDCCE

Black with #9BDCCE

Text Example


Text Example

White with #9BDCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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