Html Css Color HEX #9BD6CA Sinbad

📋 copy color: '#9BD6CA'

red 155 ◦ green 214 ◦ blue 202

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

Shades of Sinbad #9BD6CA

Tints of Sinbad #9BD6CA

RGB

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

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

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

R = 27.15%
G = 37.48%
B = 35.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#9BD6CA (or 0x9BD6CA) is known color: Sinbad. HEX triplet: 9B, D6 and CA. RGB value is (155,214,202). Sum of RGB (Red+Green+Blue) = 155+214+202=571 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.15% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD6CA is #642935. Grayscale: #C2C2C2. Windows color (decimal): -6564150 or 13293211. OLE color: 13293211.

HSL color Cylindrical-coordinate representation of color #9BD6CA: hue angle of 167.8º 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 #9BD6CA is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 214 202 -
CMYK 0.28 0 0.06 0.16
HSL 167.8º 0.42% 0.72% -
HSV(B) 167.8º 0.28% 0.84% -
XYZ 48.22 59.33 64.79 -
YUV 194.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 155 214 202 0.28 0 0.06 0.16 167.8 0.42 0.72
Hex 9B D6 CA 1C 0 6 10 A8 2A 48
Octal 233 326 312 34 0 6 20 250 52 110
Binary 10011011 11010110 11001010 11100 0 110 10000 10101000 101010 1001000

Color Harmonies of #9BD6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD6CA

Black with #9BD6CA

Text Example


Text Example

White with #9BD6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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