#9DBCF1

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

Shades of Perano #9DBCF1

Tints of Perano #9DBCF1

Color information

#9DBCF1 (or 0x9DBCF1) is unknown color: approx Perano. HEX triplet: 9D, BC and F1. RGB value is (157,188,241). Sum of RGB (Red+Green+Blue) = 157+188+241=586 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.79% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #9DBCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBCF1 is #62430E. Grayscale: #B8B8B8. Windows color (decimal): -6439695 or 15842461. OLE color: 15842461.

HSL color Cylindrical-coordinate representation of color #9DBCF1: hue angle of 217.86º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DBCF1 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB157188241-
CMYK0.350.2200.05
HSL217.86º75%78.04%-
HSV(B)217.86º34.85%94.51%-
XYZ47.7749.4990.25-
YUV184.77159.73108.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.79%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 241 (94.53% from 255) = 41.13%
R=26.79%
G=32.08%
B=41.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1571882410.350.2200.05217.867578.04
Hex9DBCF1231605da4b4e
Octal235274361432605332113116
Binary1001110110111100111100011000111011001011101101010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,188,241); }

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

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

 a { background-color: rgb(157,188,241); }

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

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

 span { border-color: rgb(157,188,241); }

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