Html Css Color HEX #9BDBD2 Sinbad

📋 copy color: '#9BDBD2'

red 155 ◦ green 219 ◦ blue 210

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

Shades of Sinbad #9BDBD2

Tints of Sinbad #9BDBD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.96%

R = 26.54%
G = 37.5%
B = 35.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#9BDBD2 (or 0x9BDBD2) is known color: Sinbad. HEX triplet: 9B, DB and D2. RGB value is (155,219,210). Sum of RGB (Red+Green+Blue) = 155+219+210=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBD2 is #64242D. Grayscale: #C6C6C6. Windows color (decimal): -6562862 or 13818779. OLE color: 13818779.

HSL color Cylindrical-coordinate representation of color #9BDBD2: hue angle of 171.56º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDBD2 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 219 210 -
CMYK 0.29 0 0.04 0.14
HSL 171.56º 0.47% 0.73% -
HSV(B) 171.56º 0.29% 0.86% -
XYZ 50.48 62.28 70.33 -
YUV 198.84 134.3 96.73 -
System Red Green Blue C M Y K H S L
Decimal 155 219 210 0.29 0 0.04 0.14 171.56 0.47 0.73
Hex 9B DB D2 1D 0 4 E AC 2F 49
Octal 233 333 322 35 0 4 16 254 57 111
Binary 10011011 11011011 11010010 11101 0 100 1110 10101100 101111 1001001

Color Harmonies of #9BDBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDBD2

Black with #9BDBD2

Text Example


Text Example

White with #9BDBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,219,210); }

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

background-color css

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

 a { background-color: rgb(155,219,210); }

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

border-color css

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

 span { border-color: rgb(155,219,210); }

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