Html Css Color HEX #9DCAC6 Sinbad

📋 copy color: '#9DCAC6'

red 157 ◦ green 202 ◦ blue 198

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

Shades of Sinbad #9DCAC6

Tints of Sinbad #9DCAC6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.27%

 BLUE value IS 198 (77.73% from 255) = 35.55%

R = 28.19%
G = 36.27%
B = 35.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#9DCAC6 (or 0x9DCAC6) is known color: Sinbad. HEX triplet: 9D, CA and C6. RGB value is (157,202,198). Sum of RGB (Red+Green+Blue) = 157+202+198=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCAC6 is #623539. Grayscale: #BCBCBC. Windows color (decimal): -6436154 or 13027997. OLE color: 13027997.

HSL color Cylindrical-coordinate representation of color #9DCAC6: hue angle of 174.67º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DCAC6 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 202 198 -
CMYK 0.22 0 0.02 0.21
HSL 174.67º 0.3% 0.7% -
HSV(B) 174.67º 0.22% 0.79% -
XYZ 45.22 53.49 61.37 -
YUV 188.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 157 202 198 0.22 0 0.02 0.21 174.67 0.3 0.7
Hex 9D CA C6 16 0 2 15 AF 1E 46
Octal 235 312 306 26 0 2 25 257 36 106
Binary 10011101 11001010 11000110 10110 0 10 10101 10101111 11110 1000110

Color Harmonies of #9DCAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCAC6

Black with #9DCAC6

Text Example


Text Example

White with #9DCAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,202,198); }

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

background-color css

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

 a { background-color: rgb(157,202,198); }

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

border-color css

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

 span { border-color: rgb(157,202,198); }

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