#9DBBEF

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

Shades of Perano #9DBBEF

Tints of Perano #9DBBEF

Color information

#9DBBEF (or 0x9DBBEF) is unknown color: approx Perano. HEX triplet: 9D, BB and EF. RGB value is (157,187,239). Sum of RGB (Red+Green+Blue) = 157+187+239=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DBBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBBEF is #624410. Grayscale: #B7B7B7. Windows color (decimal): -6439953 or 15711133. OLE color: 15711133.

HSL color Cylindrical-coordinate representation of color #9DBBEF: hue angle of 218.05º 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 #9DBBEF is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB157187239-
CMYK0.340.2200.06
HSL218.05º71.93%77.65%-
HSV(B)218.05º34.31%93.73%-
XYZ47.2548.9488.62-
YUV183.96159.06108.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.93%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 239 (93.75% from 255) = 40.99%
R=26.93%
G=32.08%
B=40.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1571872390.340.2200.06218.0571.9377.65
Hex9DBBEF221606da484e
Octal235273357422606332110116
Binary1001110110111011111011111000101011001101101101010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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