#9DB5FC

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

Shades of Perano #9DB5FC

Tints of Perano #9DB5FC

Color information

#9DB5FC (or 0x9DB5FC) is unknown color: approx Perano. HEX triplet: 9D, B5 and FC. RGB value is (157,181,252). Sum of RGB (Red+Green+Blue) = 157+181+252=590 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.61% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #9DB5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB5FC is #624A03. Grayscale: #B5B5B5. Windows color (decimal): -6441476 or 16561565. OLE color: 16561565.

HSL color Cylindrical-coordinate representation of color #9DB5FC: hue angle of 224.84º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DB5FC is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB157181252-
CMYK0.380.2800.01
HSL224.84º94.06%80.2%-
HSV(B)224.84º37.7%98.82%-
XYZ4847.2498.68-
YUV181.92167.55110.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.61%
GREEN value IS 181 (71.09% from 255) = 30.68%
BLUE value IS 252 (98.83% from 255) = 42.71%
R=26.61%
G=30.68%
B=42.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1571812520.380.2800.01224.8494.0680.2
Hex9DB5FC261C01e15e50
Octal235265374463401341136120
Binary10011101101101011111110010011011100011110000110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,181,252); }

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

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

 a { background-color: rgb(157,181,252); }

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

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

 span { border-color: rgb(157,181,252); }

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