Html Css Color HEX #9DDDCE Sinbad

📋 copy color: '#9DDDCE'

red 157 ◦ green 221 ◦ blue 206

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

Shades of Sinbad #9DDDCE

Tints of Sinbad #9DDDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.84%

 BLUE value IS 206 (80.86% from 255) = 35.27%

R = 26.88%
G = 37.84%
B = 35.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#9DDDCE (or 0x9DDDCE) is known color: Sinbad. HEX triplet: 9D, DD and CE. RGB value is (157,221,206). Sum of RGB (Red+Green+Blue) = 157+221+206=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDDCE is #622231. Grayscale: #C8C8C8. Windows color (decimal): -6431282 or 13557149. OLE color: 13557149.

HSL color Cylindrical-coordinate representation of color #9DDDCE: hue angle of 165.94º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDDCE is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 221 206 -
CMYK 0.29 0 0.07 0.13
HSL 165.94º 0.48% 0.74% -
HSV(B) 165.94º 0.29% 0.87% -
XYZ 50.9 63.34 67.94 -
YUV 200.15 131.3 97.22 -
System Red Green Blue C M Y K H S L
Decimal 157 221 206 0.29 0 0.07 0.13 165.94 0.48 0.74
Hex 9D DD CE 1D 0 7 D A6 30 4A
Octal 235 335 316 35 0 7 15 246 60 112
Binary 10011101 11011101 11001110 11101 0 111 1101 10100110 110000 1001010

Color Harmonies of #9DDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDDCE

Black with #9DDDCE

Text Example


Text Example

White with #9DDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,221,206); }

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

background-color css

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

 a { background-color: rgb(157,221,206); }

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

border-color css

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

 span { border-color: rgb(157,221,206); }

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