#9DB3F1

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

Shades of Perano #9DB3F1

Tints of Perano #9DB3F1

Color information

#9DB3F1 (or 0x9DB3F1) is unknown color: approx Perano. HEX triplet: 9D, B3 and F1. RGB value is (157,179,241). Sum of RGB (Red+Green+Blue) = 157+179+241=577 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.21% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #9DB3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB3F1 is #624C0E. Grayscale: #B3B3B3. Windows color (decimal): -6441999 or 15840157. OLE color: 15840157.

HSL color Cylindrical-coordinate representation of color #9DB3F1: hue angle of 224.29º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DB3F1 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB157179241-
CMYK0.350.2600.05
HSL224.29º75%78.04%-
HSV(B)224.29º34.85%94.51%-
XYZ45.945.7689.63-
YUV179.49162.71111.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.21%
GREEN value IS 179 (70.31% from 255) = 31.02%
BLUE value IS 241 (94.53% from 255) = 41.77%
R=27.21%
G=31.02%
B=41.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1571792410.350.2600.05224.297578.04
Hex9DB3F1231A05e04b4e
Octal235263361433205340113116
Binary1001110110110011111100011000111101001011110000010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,179,241); }

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

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

 a { background-color: rgb(157,179,241); }

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

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

 span { border-color: rgb(157,179,241); }

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