Html Css Color HEX #9BDDD5 Sinbad

📋 copy color: '#9BDDD5'

red 155 ◦ green 221 ◦ blue 213

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

Shades of Sinbad #9BDDD5

Tints of Sinbad #9BDDD5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.52%

 BLUE value IS 213 (83.59% from 255) = 36.16%

R = 26.32%
G = 37.52%
B = 36.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#9BDDD5 (or 0x9BDDD5) is known color: Sinbad. HEX triplet: 9B, DD and D5. RGB value is (155,221,213). Sum of RGB (Red+Green+Blue) = 155+221+213=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDD5 is #64222A. Grayscale: #C8C8C8. Windows color (decimal): -6562347 or 14015899. OLE color: 14015899.

HSL color Cylindrical-coordinate representation of color #9BDDD5: hue angle of 172.73º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDDD5 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 221 213 -
CMYK 0.30 0 0.04 0.13
HSL 172.73º 0.49% 0.74% -
HSV(B) 172.73º 0.3% 0.87% -
XYZ 51.38 63.49 72.5 -
YUV 200.35 135.13 95.65 -
System Red Green Blue C M Y K H S L
Decimal 155 221 213 0.30 0 0.04 0.13 172.73 0.49 0.74
Hex 9B DD D5 1E 0 4 D AD 31 4A
Octal 233 335 325 36 0 4 15 255 61 112
Binary 10011011 11011101 11010101 11110 0 100 1101 10101101 110001 1001010

Color Harmonies of #9BDDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDDD5

Black with #9BDDD5

Text Example


Text Example

White with #9BDDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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