Html Css Color HEX #9CDBCC Sinbad

📋 copy color: '#9CDBCC'

red 156 ◦ green 219 ◦ blue 204

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

Shades of Sinbad #9CDBCC

Tints of Sinbad #9CDBCC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.82%

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

R = 26.94%
G = 37.82%
B = 35.23%

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

#9CDBCC (or 0x9CDBCC) is known color: Sinbad. HEX triplet: 9C, DB and CC. RGB value is (156,219,204). Sum of RGB (Red+Green+Blue) = 156+219+204=579 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.94% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBCC is #632433. Grayscale: #C6C6C6. Windows color (decimal): -6497332 or 13425564. OLE color: 13425564.

HSL color Cylindrical-coordinate representation of color #9CDBCC: hue angle of 165.71º 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 #9CDBCC is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 219 204 -
CMYK 0.29 0 0.07 0.14
HSL 165.71º 0.47% 0.74% -
HSV(B) 165.71º 0.29% 0.86% -
XYZ 49.94 62.09 66.48 -
YUV 198.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 156 219 204 0.29 0 0.07 0.14 165.71 0.47 0.74
Hex 9C DB CC 1D 0 7 E A6 2F 4A
Octal 234 333 314 35 0 7 16 246 57 112
Binary 10011100 11011011 11001100 11101 0 111 1110 10100110 101111 1001010

Color Harmonies of #9CDBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDBCC

Black with #9CDBCC

Text Example


Text Example

White with #9CDBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,219,204); }

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

background-color css

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

 a { background-color: rgb(156,219,204); }

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

border-color css

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

 span { border-color: rgb(156,219,204); }

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