#9FBDD3

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

Shades of Spindle #9FBDD3

Tints of Spindle #9FBDD3

Color information

#9FBDD3 (or 0x9FBDD3) is unknown color: approx Spindle. HEX triplet: 9F, BD and D3. RGB value is (159,189,211). Sum of RGB (Red+Green+Blue) = 159+189+211=559 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.44% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 211 - color contains mainly: blue. Hex color #9FBDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBDD3 is #60422C. Grayscale: #B6B6B6. Windows color (decimal): -6308397 or 13876639. OLE color: 13876639.

HSL color Cylindrical-coordinate representation of color #9FBDD3: hue angle of 205.38º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FBDD3 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB159189211-
CMYK0.250.1000.17
HSL205.38º37.14%72.55%-
HSV(B)205.38º24.64%82.75%-
XYZ44.2548.4768.65-
YUV182.54144.06111.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.44%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 211 (82.81% from 255) = 37.75%
R=28.44%
G=33.81%
B=37.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1591892110.250.1000.17205.3837.1472.55
Hex9FBDD319A011cd2549
Octal237275323311202131545111
Binary100111111011110111010011110011010010001110011011001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,189,211); }

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

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

 a { background-color: rgb(159,189,211); }

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

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

 span { border-color: rgb(159,189,211); }

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