Html Css Color HEX #9FDEDA Sinbad

📋 copy color: '#9FDEDA'

red 159 ◦ green 222 ◦ blue 218

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

Shades of Sinbad #9FDEDA

Tints of Sinbad #9FDEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.39%

R = 26.54%
G = 37.06%
B = 36.39%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#9FDEDA (or 0x9FDEDA) is known color: Sinbad. HEX triplet: 9F, DE and DA. RGB value is (159,222,218). Sum of RGB (Red+Green+Blue) = 159+222+218=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDEDA is #602125. Grayscale: #CACACA. Windows color (decimal): -6299942 or 14343839. OLE color: 14343839.

HSL color Cylindrical-coordinate representation of color #9FDEDA: hue angle of 176.19º 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 #9FDEDA is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 222 218 -
CMYK 0.28 0 0.02 0.13
HSL 176.19º 0.49% 0.75% -
HSV(B) 176.19º 0.28% 0.87% -
XYZ 53.07 64.68 76.02 -
YUV 202.71 136.63 96.83 -
System Red Green Blue C M Y K H S L
Decimal 159 222 218 0.28 0 0.02 0.13 176.19 0.49 0.75
Hex 9F DE DA 1C 0 2 D B0 31 4B
Octal 237 336 332 34 0 2 15 260 61 113
Binary 10011111 11011110 11011010 11100 0 10 1101 10110000 110001 1001011

Color Harmonies of #9FDEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDEDA

Black with #9FDEDA

Text Example


Text Example

White with #9FDEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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