Html Css Color HEX #9FDACC Sinbad

📋 copy color: '#9FDACC'

red 159 ◦ green 218 ◦ blue 204

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

Shades of Sinbad #9FDACC

Tints of Sinbad #9FDACC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.52%

 BLUE value IS 204 (80.08% from 255) = 35.11%

R = 27.37%
G = 37.52%
B = 35.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#9FDACC (or 0x9FDACC) is known color: Sinbad. HEX triplet: 9F, DA and CC. RGB value is (159,218,204). Sum of RGB (Red+Green+Blue) = 159+218+204=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDACC is #602533. Grayscale: #C6C6C6. Windows color (decimal): -6300980 or 13425311. OLE color: 13425311.

HSL color Cylindrical-coordinate representation of color #9FDACC: hue angle of 165.76º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FDACC is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 218 204 -
CMYK 0.27 0 0.06 0.15
HSL 165.76º 0.44% 0.74% -
HSV(B) 165.76º 0.27% 0.85% -
XYZ 50.27 61.87 66.42 -
YUV 198.76 130.95 99.64 -
System Red Green Blue C M Y K H S L
Decimal 159 218 204 0.27 0 0.06 0.15 165.76 0.44 0.74
Hex 9F DA CC 1B 0 6 F A6 2C 4A
Octal 237 332 314 33 0 6 17 246 54 112
Binary 10011111 11011010 11001100 11011 0 110 1111 10100110 101100 1001010

Color Harmonies of #9FDACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDACC

Black with #9FDACC

Text Example


Text Example

White with #9FDACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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