Html Css Color HEX #9DDFDB Sinbad

📋 copy color: '#9DDFDB'

red 157 ◦ green 223 ◦ blue 219

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

Shades of Sinbad #9DDFDB

Tints of Sinbad #9DDFDB

RGB

 RED value IS 157 (61.72% from 255) = 26.21%

 GREEN value IS 223 (87.5% from 255) = 37.23%

 BLUE value IS 219 (85.94% from 255) = 36.56%

R = 26.21%
G = 37.23%
B = 36.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#9DDFDB (or 0x9DDFDB) is known color: Sinbad. HEX triplet: 9D, DF and DB. RGB value is (157,223,219). Sum of RGB (Red+Green+Blue) = 157+223+219=599 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.21% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFDB is #622024. Grayscale: #CACACA. Windows color (decimal): -6430757 or 14409629. OLE color: 14409629.

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

Color convert

RGB 157 223 219 -
CMYK 0.30 0 0.02 0.13
HSL 176.36º 0.51% 0.75% -
HSV(B) 176.36º 0.3% 0.87% -
XYZ 53.08 65.06 76.78 -
YUV 202.81 137.13 95.33 -
System Red Green Blue C M Y K H S L
Decimal 157 223 219 0.30 0 0.02 0.13 176.36 0.51 0.75
Hex 9D DF DB 1E 0 2 D B0 33 4B
Octal 235 337 333 36 0 2 15 260 63 113
Binary 10011101 11011111 11011011 11110 0 10 1101 10110000 110011 1001011

Color Harmonies of #9DDFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDFDB

Black with #9DDFDB

Text Example


Text Example

White with #9DDFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,223,219); }

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

background-color css

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

 a { background-color: rgb(157,223,219); }

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

border-color css

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

 span { border-color: rgb(157,223,219); }

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