#9FADC1

Color #9FADC1 Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #9FADC1

Tints of Rock Blue #9FADC1

Color information

#9FADC1 (or 0x9FADC1) is unknown color: approx Rock Blue. HEX triplet: 9F, AD and C1. RGB value is (159,173,193). Sum of RGB (Red+Green+Blue) = 159+173+193=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 193 - color contains mainly: blue. Hex color #9FADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FADC1 is #60523E. Grayscale: #AAAAAA. Windows color (decimal): -6312511 or 12692895. OLE color: 12692895.

HSL color Cylindrical-coordinate representation of color #9FADC1: hue angle of 215.29º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FADC1 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB159173193-
CMYK0.180.1000.24
HSL215.29º21.52%69.02%-
HSV(B)215.29º17.62%75.69%-
XYZ38.8741.1156.34-
YUV171.09140.36119.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.29%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 193 (75.78% from 255) = 36.76%
R=30.29%
G=32.95%
B=36.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591731930.180.1000.24215.2921.5269.02
Hex9FADC112A018d71645
Octal237255301221203032726105
Binary10011111101011011100000110010101001100011010111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,173,193); }

 H1.HeaderClassName
 {
   color: #9FADC1;
 }
 .AnyTagClassName
 {
   color: #9FADC1;
 }
</style>
background-color css

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

 a { background-color: rgb(159,173,193); }

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

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

 span { border-color: rgb(159,173,193); }

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