#9DBBEA

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

Shades of Perano #9DBBEA

Tints of Perano #9DBBEA

Color information

#9DBBEA (or 0x9DBBEA) is unknown color: approx Perano. HEX triplet: 9D, BB and EA. RGB value is (157,187,234). Sum of RGB (Red+Green+Blue) = 157+187+234=578 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.16% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DBBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBBEA is #624415. Grayscale: #B7B7B7. Windows color (decimal): -6439958 or 15383453. OLE color: 15383453.

HSL color Cylindrical-coordinate representation of color #9DBBEA: hue angle of 216.62º degrees, saturation: 0.65, 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 #9DBBEA is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157187234-
CMYK0.330.2000.08
HSL216.62º64.71%76.67%-
HSV(B)216.62º32.91%91.76%-
XYZ46.5348.6584.78-
YUV183.39156.56109.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.16%
GREEN value IS 187 (73.44% from 255) = 32.35%
BLUE value IS 234 (91.80% from 255) = 40.48%
R=27.16%
G=32.35%
B=40.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1571872340.330.2000.08216.6264.7176.67
Hex9DBBEA211408d9414d
Octal2352733524124010331101115
Binary10011101101110111110101010000110100010001101100110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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