Html Css Color HEX #9CD9CA Sinbad

📋 copy color: '#9CD9CA'

red 156 ◦ green 217 ◦ blue 202

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

Shades of Sinbad #9CD9CA

Tints of Sinbad #9CD9CA

RGB

 RED value IS 156 (61.33% from 255) = 27.13%

 GREEN value IS 217 (85.16% from 255) = 37.74%

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

R = 27.13%
G = 37.74%
B = 35.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#9CD9CA (or 0x9CD9CA) is known color: Sinbad. HEX triplet: 9C, D9 and CA. RGB value is (156,217,202). Sum of RGB (Red+Green+Blue) = 156+217+202=575 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.13% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #9CD9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD9CA is #632635. Grayscale: #C5C5C5. Windows color (decimal): -6497846 or 13293980. OLE color: 13293980.

HSL color Cylindrical-coordinate representation of color #9CD9CA: hue angle of 165.25º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CD9CA is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 217 202 -
CMYK 0.28 0 0.07 0.15
HSL 165.25º 0.45% 0.73% -
HSV(B) 165.25º 0.28% 0.85% -
XYZ 49.18 60.96 65.05 -
YUV 197.05 130.79 98.72 -
System Red Green Blue C M Y K H S L
Decimal 156 217 202 0.28 0 0.07 0.15 165.25 0.45 0.73
Hex 9C D9 CA 1C 0 7 F A5 2D 49
Octal 234 331 312 34 0 7 17 245 55 111
Binary 10011100 11011001 11001010 11100 0 111 1111 10100101 101101 1001001

Color Harmonies of #9CD9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD9CA

Black with #9CD9CA

Text Example


Text Example

White with #9CD9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,217,202); }

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

background-color css

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

 a { background-color: rgb(156,217,202); }

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

border-color css

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

 span { border-color: rgb(156,217,202); }

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