Html Css Color HEX #9DCCC5 Sinbad

📋 copy color: '#9DCCC5'

red 157 ◦ green 204 ◦ blue 197

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

Shades of Sinbad #9DCCC5

Tints of Sinbad #9DCCC5

RGB

 RED value IS 157 (61.72% from 255) = 28.14%

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

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

R = 28.14%
G = 36.56%
B = 35.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#9DCCC5 (or 0x9DCCC5) is known color: Sinbad. HEX triplet: 9D, CC and C5. RGB value is (157,204,197). Sum of RGB (Red+Green+Blue) = 157+204+197=558 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.14% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCCC5 is #62333A. Grayscale: #BDBDBD. Windows color (decimal): -6435643 or 12962973. OLE color: 12962973.

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

Color convert

RGB 157 204 197 -
CMYK 0.23 0 0.03 0.2
HSL 171.06º 0.32% 0.71% -
HSV(B) 171.06º 0.23% 0.8% -
XYZ 45.58 54.39 60.92 -
YUV 189.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 157 204 197 0.23 0 0.03 0.2 171.06 0.32 0.71
Hex 9D CC C5 17 0 3 14 AB 20 47
Octal 235 314 305 27 0 3 24 253 40 107
Binary 10011101 11001100 11000101 10111 0 11 10100 10101011 100000 1000111

Color Harmonies of #9DCCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCCC5

Black with #9DCCC5

Text Example


Text Example

White with #9DCCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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