Html Css Color HEX #9DD6CA Sinbad

📋 copy color: '#9DD6CA'

red 157 ◦ green 214 ◦ blue 202

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

Shades of Sinbad #9DD6CA

Tints of Sinbad #9DD6CA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.35%

 BLUE value IS 202 (79.3% from 255) = 35.25%

R = 27.4%
G = 37.35%
B = 35.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#9DD6CA (or 0x9DD6CA) is known color: Sinbad. HEX triplet: 9D, D6 and CA. RGB value is (157,214,202). Sum of RGB (Red+Green+Blue) = 157+214+202=573 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.40% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD6CA is #622935. Grayscale: #C3C3C3. Windows color (decimal): -6433078 or 13293213. OLE color: 13293213.

HSL color Cylindrical-coordinate representation of color #9DD6CA: hue angle of 167.37º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD6CA is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 214 202 -
CMYK 0.27 0 0.06 0.16
HSL 167.37º 0.41% 0.73% -
HSV(B) 167.37º 0.27% 0.84% -
XYZ 48.61 59.53 64.8 -
YUV 195.59 131.62 100.48 -
System Red Green Blue C M Y K H S L
Decimal 157 214 202 0.27 0 0.06 0.16 167.37 0.41 0.73
Hex 9D D6 CA 1B 0 6 10 A7 29 49
Octal 235 326 312 33 0 6 20 247 51 111
Binary 10011101 11010110 11001010 11011 0 110 10000 10100111 101001 1001001

Color Harmonies of #9DD6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD6CA

Black with #9DD6CA

Text Example


Text Example

White with #9DD6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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