Html Css Color HEX #9BDDCE Sinbad

📋 copy color: '#9BDDCE'

red 155 ◦ green 221 ◦ blue 206

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

Shades of Sinbad #9BDDCE

Tints of Sinbad #9BDDCE

RGB

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

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

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

R = 26.63%
G = 37.97%
B = 35.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#9BDDCE (or 0x9BDDCE) is known color: Sinbad. HEX triplet: 9B, DD and CE. RGB value is (155,221,206). Sum of RGB (Red+Green+Blue) = 155+221+206=582 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.63% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDCE is #642231. Grayscale: #C7C7C7. Windows color (decimal): -6562354 or 13557147. OLE color: 13557147.

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

Color convert

RGB 155 221 206 -
CMYK 0.30 0 0.07 0.13
HSL 166.36º 0.49% 0.74% -
HSV(B) 166.36º 0.3% 0.87% -
XYZ 50.51 63.14 67.92 -
YUV 199.56 131.63 96.22 -
System Red Green Blue C M Y K H S L
Decimal 155 221 206 0.30 0 0.07 0.13 166.36 0.49 0.74
Hex 9B DD CE 1E 0 7 D A6 31 4A
Octal 233 335 316 36 0 7 15 246 61 112
Binary 10011011 11011101 11001110 11110 0 111 1101 10100110 110001 1001010

Color Harmonies of #9BDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDDCE

Black with #9BDDCE

Text Example


Text Example

White with #9BDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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