Html Css Color HEX #9BCCC5 Sinbad

📋 copy color: '#9BCCC5'

red 155 ◦ green 204 ◦ blue 197

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

Shades of Sinbad #9BCCC5

Tints of Sinbad #9BCCC5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.69%

 BLUE value IS 197 (77.34% from 255) = 35.43%

R = 27.88%
G = 36.69%
B = 35.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#9BCCC5 (or 0x9BCCC5) is known color: Sinbad. HEX triplet: 9B, CC and C5. RGB value is (155,204,197). Sum of RGB (Red+Green+Blue) = 155+204+197=556 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.88% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCCC5 is #64333A. Grayscale: #BCBCBC. Windows color (decimal): -6566715 or 12962971. OLE color: 12962971.

HSL color Cylindrical-coordinate representation of color #9BCCC5: hue angle of 171.43º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCCC5 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 204 197 -
CMYK 0.24 0 0.03 0.2
HSL 171.43º 0.32% 0.7% -
HSV(B) 171.43º 0.24% 0.8% -
XYZ 45.19 54.19 60.9 -
YUV 188.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 155 204 197 0.24 0 0.03 0.2 171.43 0.32 0.7
Hex 9B CC C5 18 0 3 14 AB 20 46
Octal 233 314 305 30 0 3 24 253 40 106
Binary 10011011 11001100 11000101 11000 0 11 10100 10101011 100000 1000110

Color Harmonies of #9BCCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCCC5

Black with #9BCCC5

Text Example


Text Example

White with #9BCCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,204,197); }

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

background-color css

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

 a { background-color: rgb(155,204,197); }

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

border-color css

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

 span { border-color: rgb(155,204,197); }

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