Html Css Color HEX #9FDEDB Sinbad

📋 copy color: '#9FDEDB'

red 159 ◦ green 222 ◦ blue 219

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

Shades of Sinbad #9FDEDB

Tints of Sinbad #9FDEDB

RGB

 RED value IS 159 (62.5% from 255) = 26.5%

 GREEN value IS 222 (87.11% from 255) = 37%

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

R = 26.5%
G = 37%
B = 36.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#9FDEDB (or 0x9FDEDB) is known color: Sinbad. HEX triplet: 9F, DE and DB. RGB value is (159,222,219). Sum of RGB (Red+Green+Blue) = 159+222+219=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDEDB is #602124. Grayscale: #CACACA. Windows color (decimal): -6299941 or 14409375. OLE color: 14409375.

HSL color Cylindrical-coordinate representation of color #9FDEDB: hue angle of 177.14º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDEDB is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 222 219 -
CMYK 0.28 0 0.01 0.13
HSL 177.14º 0.49% 0.75% -
HSV(B) 177.14º 0.28% 0.87% -
XYZ 53.21 64.73 76.71 -
YUV 202.82 137.13 96.74 -
System Red Green Blue C M Y K H S L
Decimal 159 222 219 0.28 0 0.01 0.13 177.14 0.49 0.75
Hex 9F DE DB 1C 0 1 D B1 31 4B
Octal 237 336 333 34 0 1 15 261 61 113
Binary 10011111 11011110 11011011 11100 0 1 1101 10110001 110001 1001011

Color Harmonies of #9FDEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDEDB

Black with #9FDEDB

Text Example


Text Example

White with #9FDEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,222,219); }

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

background-color css

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

 a { background-color: rgb(159,222,219); }

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

border-color css

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

 span { border-color: rgb(159,222,219); }

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