Html Css Color HEX #9BCCC7 Sinbad

📋 copy color: '#9BCCC7'

red 155 ◦ green 204 ◦ blue 199

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

Shades of Sinbad #9BCCC7

Tints of Sinbad #9BCCC7

RGB

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

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

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

R = 27.78%
G = 36.56%
B = 35.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#9BCCC7 (or 0x9BCCC7) is known color: Sinbad. HEX triplet: 9B, CC and C7. RGB value is (155,204,199). Sum of RGB (Red+Green+Blue) = 155+204+199=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCCC7 is #643338. Grayscale: #BCBCBC. Windows color (decimal): -6566713 or 13094043. OLE color: 13094043.

HSL color Cylindrical-coordinate representation of color #9BCCC7: hue angle of 173.88º 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 #9BCCC7 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 204 199 -
CMYK 0.24 0 0.02 0.2
HSL 173.88º 0.32% 0.7% -
HSV(B) 173.88º 0.24% 0.8% -
XYZ 45.42 54.28 62.12 -
YUV 188.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 155 204 199 0.24 0 0.02 0.2 173.88 0.32 0.7
Hex 9B CC C7 18 0 2 14 AE 20 46
Octal 233 314 307 30 0 2 24 256 40 106
Binary 10011011 11001100 11000111 11000 0 10 10100 10101110 100000 1000110

Color Harmonies of #9BCCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCCC7

Black with #9BCCC7

Text Example


Text Example

White with #9BCCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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