#9FADBE

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

Shades of Rock Blue #9FADBE

Tints of Rock Blue #9FADBE

Color information

#9FADBE (or 0x9FADBE) is unknown color: approx Rock Blue. HEX triplet: 9F, AD and BE. RGB value is (159,173,190). Sum of RGB (Red+Green+Blue) = 159+173+190=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #9FADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FADBE is #605241. Grayscale: #AAAAAA. Windows color (decimal): -6312514 or 12496287. OLE color: 12496287.

HSL color Cylindrical-coordinate representation of color #9FADBE: hue angle of 212.9º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FADBE is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159173190-
CMYK0.160.0900.25
HSL212.9º19.25%68.43%-
HSV(B)212.9º16.32%74.51%-
XYZ38.5440.9854.59-
YUV170.75138.86119.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.46%
GREEN value IS 173 (67.97% from 255) = 33.14%
BLUE value IS 190 (74.61% from 255) = 36.40%
R=30.46%
G=33.14%
B=36.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591731900.160.0900.25212.919.2568.43
Hex9FADBE109019d51344
Octal237255276201103132523104
Binary10011111101011011011111010000100101100111010101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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