Html Css Color HEX #9FDCCD Sinbad

📋 copy color: '#9FDCCD'

red 159 ◦ green 220 ◦ blue 205

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

Shades of Sinbad #9FDCCD

Tints of Sinbad #9FDCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.67%

 BLUE value IS 205 (80.47% from 255) = 35.1%

R = 27.23%
G = 37.67%
B = 35.1%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#9FDCCD (or 0x9FDCCD) is known color: Sinbad. HEX triplet: 9F, DC and CD. RGB value is (159,220,205). Sum of RGB (Red+Green+Blue) = 159+220+205=584 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.23% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCCD is #602332. Grayscale: #C8C8C8. Windows color (decimal): -6300467 or 13491359. OLE color: 13491359.

HSL color Cylindrical-coordinate representation of color #9FDCCD: hue angle of 165.25º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDCCD is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 220 205 -
CMYK 0.28 0 0.07 0.14
HSL 165.25º 0.47% 0.74% -
HSV(B) 165.25º 0.28% 0.86% -
XYZ 50.91 62.97 67.23 -
YUV 200.05 130.79 98.72 -
System Red Green Blue C M Y K H S L
Decimal 159 220 205 0.28 0 0.07 0.14 165.25 0.47 0.74
Hex 9F DC CD 1C 0 7 E A5 2F 4A
Octal 237 334 315 34 0 7 16 245 57 112
Binary 10011111 11011100 11001101 11100 0 111 1110 10100101 101111 1001010

Color Harmonies of #9FDCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDCCD

Black with #9FDCCD

Text Example


Text Example

White with #9FDCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,220,205); }

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

background-color css

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

 a { background-color: rgb(159,220,205); }

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

border-color css

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

 span { border-color: rgb(159,220,205); }

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