#9DB1E3

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

Shades of Perano #9DB1E3

Tints of Perano #9DB1E3

Color information

#9DB1E3 (or 0x9DB1E3) is unknown color: approx Perano. HEX triplet: 9D, B1 and E3. RGB value is (157,177,227). Sum of RGB (Red+Green+Blue) = 157+177+227=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 227 (89.06% from 255 or 40.46% from 561); Max value from RGB is 227 - color contains mainly: blue. Hex color #9DB1E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB1E3 is #624E1C. Grayscale: #B0B0B0. Windows color (decimal): -6442525 or 14922141. OLE color: 14922141.

HSL color Cylindrical-coordinate representation of color #9DB1E3: hue angle of 222.86º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DB1E3 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB157177227-
CMYK0.310.2200.11
HSL222.86º55.56%75.29%-
HSV(B)222.86º30.84%89.02%-
XYZ43.4944.1678.9-
YUV176.72156.37113.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.99%
GREEN value IS 177 (69.53% from 255) = 31.55%
BLUE value IS 227 (89.06% from 255) = 40.46%
R=27.99%
G=31.55%
B=40.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1571772270.310.2200.11222.8655.5675.29
Hex9DB1E31F160Bdf384b
Octal235261343372601333770113
Binary100111011011000111100011111111011001011110111111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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