#9DB1E1

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

Shades of Perano #9DB1E1

Tints of Perano #9DB1E1

Color information

#9DB1E1 (or 0x9DB1E1) is unknown color: approx Perano. HEX triplet: 9D, B1 and E1. RGB value is (157,177,225). Sum of RGB (Red+Green+Blue) = 157+177+225=559 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.09% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #9DB1E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB1E1 is #624E1E. Grayscale: #B0B0B0. Windows color (decimal): -6442527 or 14791069. OLE color: 14791069.

HSL color Cylindrical-coordinate representation of color #9DB1E1: hue angle of 222.35º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DB1E1 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB157177225-
CMYK0.300.2100.12
HSL222.35º53.12%74.9%-
HSV(B)222.35º30.22%88.24%-
XYZ43.2244.0577.46-
YUV176.49155.37114.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.09%
GREEN value IS 177 (69.53% from 255) = 31.66%
BLUE value IS 225 (88.28% from 255) = 40.25%
R=28.09%
G=31.66%
B=40.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1571772250.300.2100.12222.3553.1274.9
Hex9DB1E11E150Cde354b
Octal235261341362501433665113
Binary100111011011000111100001111101010101100110111101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,177,225); }

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

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

 a { background-color: rgb(157,177,225); }

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

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

 span { border-color: rgb(157,177,225); }

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