Html Css Color HEX #9BD6C8 Sinbad

📋 copy color: '#9BD6C8'

red 155 ◦ green 214 ◦ blue 200

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

Shades of Sinbad #9BD6C8

Tints of Sinbad #9BD6C8

RGB

 RED value IS 155 (60.94% from 255) = 27.24%

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

 BLUE value IS 200 (78.52% from 255) = 35.15%

R = 27.24%
G = 37.61%
B = 35.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#9BD6C8 (or 0x9BD6C8) is known color: Sinbad. HEX triplet: 9B, D6 and C8. RGB value is (155,214,200). Sum of RGB (Red+Green+Blue) = 155+214+200=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD6C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD6C8 is #642937. Grayscale: #C2C2C2. Windows color (decimal): -6564152 or 13162139. OLE color: 13162139.

HSL color Cylindrical-coordinate representation of color #9BD6C8: hue angle of 165.76º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD6C8 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 214 200 -
CMYK 0.28 0 0.07 0.16
HSL 165.76º 0.42% 0.72% -
HSV(B) 165.76º 0.28% 0.84% -
XYZ 47.99 59.23 63.55 -
YUV 194.76 130.95 99.64 -
System Red Green Blue C M Y K H S L
Decimal 155 214 200 0.28 0 0.07 0.16 165.76 0.42 0.72
Hex 9B D6 C8 1C 0 7 10 A6 2A 48
Octal 233 326 310 34 0 7 20 246 52 110
Binary 10011011 11010110 11001000 11100 0 111 10000 10100110 101010 1001000

Color Harmonies of #9BD6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD6C8

Black with #9BD6C8

Text Example


Text Example

White with #9BD6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,214,200); }

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

background-color css

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

 a { background-color: rgb(155,214,200); }

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

border-color css

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

 span { border-color: rgb(155,214,200); }

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