Html Css Color HEX #9BD5CE Sinbad

📋 copy color: '#9BD5CE'

red 155 ◦ green 213 ◦ blue 206

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

Shades of Sinbad #9BD5CE

Tints of Sinbad #9BD5CE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.11%

 BLUE value IS 206 (80.86% from 255) = 35.89%

R = 27%
G = 37.11%
B = 35.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#9BD5CE (or 0x9BD5CE) is known color: Sinbad. HEX triplet: 9B, D5 and CE. RGB value is (155,213,206). Sum of RGB (Red+Green+Blue) = 155+213+206=574 (76% of max value = 765). Red value is 155 (60.94% from 255 or 27.00% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD5CE is #642A31. Grayscale: #C2C2C2. Windows color (decimal): -6564402 or 13555099. OLE color: 13555099.

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

Color convert

RGB 155 213 206 -
CMYK 0.27 0 0.03 0.16
HSL 172.76º 0.41% 0.72% -
HSV(B) 172.76º 0.27% 0.84% -
XYZ 48.45 59.01 67.23 -
YUV 194.86 134.28 99.57 -
System Red Green Blue C M Y K H S L
Decimal 155 213 206 0.27 0 0.03 0.16 172.76 0.41 0.72
Hex 9B D5 CE 1B 0 3 10 AD 29 48
Octal 233 325 316 33 0 3 20 255 51 110
Binary 10011011 11010101 11001110 11011 0 11 10000 10101101 101001 1001000

Color Harmonies of #9BD5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD5CE

Black with #9BD5CE

Text Example


Text Example

White with #9BD5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,213,206); }

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

background-color css

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

 a { background-color: rgb(155,213,206); }

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

border-color css

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

 span { border-color: rgb(155,213,206); }

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