Html Css Color HEX #9BCEC4 Sinbad

📋 copy color: '#9BCEC4'

red 155 ◦ green 206 ◦ blue 196

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

Shades of Sinbad #9BCEC4

Tints of Sinbad #9BCEC4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.98%

 BLUE value IS 196 (76.95% from 255) = 35.19%

R = 27.83%
G = 36.98%
B = 35.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#9BCEC4 (or 0x9BCEC4) is known color: Sinbad. HEX triplet: 9B, CE and C4. RGB value is (155,206,196). Sum of RGB (Red+Green+Blue) = 155+206+196=557 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.83% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEC4 is #64313B. Grayscale: #BDBDBD. Windows color (decimal): -6566204 or 12897947. OLE color: 12897947.

HSL color Cylindrical-coordinate representation of color #9BCEC4: hue angle of 168.24º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCEC4 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 206 196 -
CMYK 0.25 0 0.05 0.19
HSL 168.24º 0.34% 0.71% -
HSV(B) 168.24º 0.25% 0.81% -
XYZ 45.55 55.1 60.46 -
YUV 189.61 131.6 103.31 -
System Red Green Blue C M Y K H S L
Decimal 155 206 196 0.25 0 0.05 0.19 168.24 0.34 0.71
Hex 9B CE C4 19 0 5 13 A8 22 47
Octal 233 316 304 31 0 5 23 250 42 107
Binary 10011011 11001110 11000100 11001 0 101 10011 10101000 100010 1000111

Color Harmonies of #9BCEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCEC4

Black with #9BCEC4

Text Example


Text Example

White with #9BCEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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