#9FBAD1

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

Shades of Spindle #9FBAD1

Tints of Spindle #9FBAD1

Color information

#9FBAD1 (or 0x9FBAD1) is unknown color: approx Spindle. HEX triplet: 9F, BA and D1. RGB value is (159,186,209). Sum of RGB (Red+Green+Blue) = 159+186+209=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 209 - color contains mainly: blue. Hex color #9FBAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBAD1 is #60452E. Grayscale: #B4B4B4. Windows color (decimal): -6309167 or 13744799. OLE color: 13744799.

HSL color Cylindrical-coordinate representation of color #9FBAD1: hue angle of 207.6º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FBAD1 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB159186209-
CMYK0.240.1100.18
HSL207.6º35.21%72.16%-
HSV(B)207.6º23.92%81.96%-
XYZ43.3747.0967.13-
YUV180.55144.05112.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.70%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 209 (82.03% from 255) = 37.73%
R=28.70%
G=33.57%
B=37.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1591862090.240.1100.18207.635.2172.16
Hex9FBAD118B012d02348
Octal237272321301302232043110
Binary100111111011101011010001110001011010010110100001000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,186,209); }

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

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

 a { background-color: rgb(159,186,209); }

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

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

 span { border-color: rgb(159,186,209); }

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