Html Css Color HEX #9BCEC7 Sinbad

📋 copy color: '#9BCEC7'

red 155 ◦ green 206 ◦ blue 199

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

Shades of Sinbad #9BCEC7

Tints of Sinbad #9BCEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.54%

R = 27.68%
G = 36.79%
B = 35.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#9BCEC7 (or 0x9BCEC7) is known color: Sinbad. HEX triplet: 9B, CE and C7. RGB value is (155,206,199). Sum of RGB (Red+Green+Blue) = 155+206+199=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEC7 is #643138. Grayscale: #BDBDBD. Windows color (decimal): -6566201 or 13094555. OLE color: 13094555.

HSL color Cylindrical-coordinate representation of color #9BCEC7: hue angle of 171.76º 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 #9BCEC7 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 206 199 -
CMYK 0.25 0 0.03 0.19
HSL 171.76º 0.34% 0.71% -
HSV(B) 171.76º 0.25% 0.81% -
XYZ 45.9 55.23 62.28 -
YUV 189.95 133.1 103.07 -
System Red Green Blue C M Y K H S L
Decimal 155 206 199 0.25 0 0.03 0.19 171.76 0.34 0.71
Hex 9B CE C7 19 0 3 13 AC 22 47
Octal 233 316 307 31 0 3 23 254 42 107
Binary 10011011 11001110 11000111 11001 0 11 10011 10101100 100010 1000111

Color Harmonies of #9BCEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCEC7

Black with #9BCEC7

Text Example


Text Example

White with #9BCEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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