#9DB1EB

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

Shades of Perano #9DB1EB

Tints of Perano #9DB1EB

Color information

#9DB1EB (or 0x9DB1EB) is unknown color: approx Perano. HEX triplet: 9D, B1 and EB. RGB value is (157,177,235). Sum of RGB (Red+Green+Blue) = 157+177+235=569 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.59% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DB1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DB1EB is #624E14. Grayscale: #B1B1B1. Windows color (decimal): -6442517 or 15446429. OLE color: 15446429.

HSL color Cylindrical-coordinate representation of color #9DB1EB: hue angle of 224.62º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DB1EB is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157177235-
CMYK0.330.2500.08
HSL224.62º66.1%76.86%-
HSV(B)224.62º33.19%92.16%-
XYZ44.6244.6184.86-
YUV177.63160.37113.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.59%
GREEN value IS 177 (69.53% from 255) = 31.11%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=27.59%
G=31.11%
B=41.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1571772350.330.2500.08224.6266.176.86
Hex9DB1EB211908e1424d
Octal2352613534131010341102115
Binary10011101101100011110101110000111001010001110000110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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