#9db1ef

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

Shades of Perano #9DB1EF

Tints of Perano #9DB1EF

Color information

#9DB1EF (or 0x9DB1EF) is unknown color: approx Perano. HEX triplet: 9D, B1 and EF. RGB value is (157,177,239). Sum of RGB (Red+Green+Blue) = 157+177+239=573 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.40% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DB1EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DB1EF is #624E10. Grayscale: #B1B1B1. Windows color (decimal): -6442513 or 15708573. OLE color: 15708573.

HSL color Cylindrical-coordinate representation of color #9DB1EF: hue angle of 225.37º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DB1EF is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB157177239-
CMYK0.340.2600.06
HSL225.37º71.93%77.65%-
HSV(B)225.37º34.31%93.73%-
XYZ45.2144.8487.93-
YUV178.09162.37112.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.40%
GREEN value IS 177 (69.53% from 255) = 30.89%
BLUE value IS 239 (93.75% from 255) = 41.71%
R=27.40%
G=30.89%
B=41.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1571772390.340.2600.06225.3771.9377.65
Hex9DB1EF221A06e1484e
Octal235261357423206341110116
Binary1001110110110001111011111000101101001101110000110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9db1ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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