Html Css Color HEX #9FC0B2 Skeptic

📋 copy color: '#9FC0B2'

red 159 ◦ green 192 ◦ blue 178

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

Shades of Skeptic #9FC0B2

Tints of Skeptic #9FC0B2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.29%

 BLUE value IS 178 (69.92% from 255) = 33.65%

R = 30.06%
G = 36.29%
B = 33.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#9FC0B2 (or 0x9FC0B2) is known color: Skeptic. HEX triplet: 9F, C0 and B2. RGB value is (159,192,178). Sum of RGB (Red+Green+Blue) = 159+192+178=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC0B2 is #603F4D. Grayscale: #B4B4B4. Windows color (decimal): -6307662 or 11714719. OLE color: 11714719.

HSL color Cylindrical-coordinate representation of color #9FC0B2: hue angle of 154.55º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FC0B2 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 192 178 -
CMYK 0.17 0 0.07 0.25
HSL 154.55º 0.21% 0.69% -
HSV(B) 154.55º 0.17% 0.75% -
XYZ 41.18 48.28 49.27 -
YUV 180.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 159 192 178 0.17 0 0.07 0.25 154.55 0.21 0.69
Hex 9F C0 B2 11 0 7 19 9B 15 45
Octal 237 300 262 21 0 7 31 233 25 105
Binary 10011111 11000000 10110010 10001 0 111 11001 10011011 10101 1000101

Color Harmonies of #9FC0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC0B2

Black with #9FC0B2

Text Example


Text Example

White with #9FC0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,192,178); }

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

background-color css

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

 a { background-color: rgb(159,192,178); }

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

border-color css

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

 span { border-color: rgb(159,192,178); }

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