#9DB5FF

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

Shades of Perano #9DB5FF

Tints of Perano #9DB5FF

Color information

#9DB5FF (or 0x9DB5FF) is unknown color: approx Perano. HEX triplet: 9D, B5 and FF. RGB value is (157,181,255). Sum of RGB (Red+Green+Blue) = 157+181+255=593 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.48% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DB5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB5FF is #624A00. Grayscale: #B5B5B5. Windows color (decimal): -6441473 or 16758173. OLE color: 16758173.

HSL color Cylindrical-coordinate representation of color #9DB5FF: hue angle of 225.31º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DB5FF is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB157181255-
CMYK0.380.2900
HSL225.31º100%80.78%-
HSV(B)225.31º38.43%100%-
XYZ48.4847.44101.21-
YUV182.26169.05109.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.48%
GREEN value IS 181 (71.09% from 255) = 30.52%
BLUE value IS 255 (100% from 255) = 43.00%
R=26.48%
G=30.52%
B=43.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1571812550.380.2900225.3110080.78
Hex9DB5FF261D00e16451
Octal235265377463500341144121
Binary10011101101101011111111110011011101001110000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,181,255); }

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

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

 a { background-color: rgb(157,181,255); }

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

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

 span { border-color: rgb(157,181,255); }

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