Html Css Color HEX #9DDCCC Sinbad

📋 copy color: '#9DDCCC'

red 157 ◦ green 220 ◦ blue 204

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

Shades of Sinbad #9DDCCC

Tints of Sinbad #9DDCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.87%

 BLUE value IS 204 (80.08% from 255) = 35.11%

R = 27.02%
G = 37.87%
B = 35.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#9DDCCC (or 0x9DDCCC) is known color: Sinbad. HEX triplet: 9D, DC and CC. RGB value is (157,220,204). Sum of RGB (Red+Green+Blue) = 157+220+204=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDCCC is #622333. Grayscale: #C7C7C7. Windows color (decimal): -6431540 or 13425821. OLE color: 13425821.

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

Color convert

RGB 157 220 204 -
CMYK 0.29 0 0.07 0.14
HSL 164.76º 0.47% 0.74% -
HSV(B) 164.76º 0.29% 0.86% -
XYZ 50.4 62.71 66.58 -
YUV 199.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 157 220 204 0.29 0 0.07 0.14 164.76 0.47 0.74
Hex 9D DC CC 1D 0 7 E A5 2F 4A
Octal 235 334 314 35 0 7 16 245 57 112
Binary 10011101 11011100 11001100 11101 0 111 1110 10100101 101111 1001010

Color Harmonies of #9DDCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDCCC

Black with #9DDCCC

Text Example


Text Example

White with #9DDCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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