#9DB7F3

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

Shades of Perano #9DB7F3

Tints of Perano #9DB7F3

Color information

#9DB7F3 (or 0x9DB7F3) is unknown color: approx Perano. HEX triplet: 9D, B7 and F3. RGB value is (157,183,243). Sum of RGB (Red+Green+Blue) = 157+183+243=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #9DB7F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB7F3 is #62480C. Grayscale: #B5B5B5. Windows color (decimal): -6440973 or 15972253. OLE color: 15972253.

HSL color Cylindrical-coordinate representation of color #9DB7F3: hue angle of 221.86º degrees, saturation: 0.78, 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 #9DB7F3 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB157183243-
CMYK0.350.2500.05
HSL221.86º78.18%78.43%-
HSV(B)221.86º35.39%95.29%-
XYZ47.0247.5191.49-
YUV182.07162.39110.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.93%
GREEN value IS 183 (71.88% from 255) = 31.39%
BLUE value IS 243 (95.31% from 255) = 41.68%
R=26.93%
G=31.39%
B=41.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1571832430.350.2500.05221.8678.1878.43
Hex9DB7F3231905de4e4e
Octal235267363433105336116116
Binary1001110110110111111100111000111100101011101111010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,183,243); }

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

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

 a { background-color: rgb(157,183,243); }

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

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

 span { border-color: rgb(157,183,243); }

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