#9DB8FF

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

Shades of Perano #9DB8FF

Tints of Perano #9DB8FF

Color information

#9DB8FF (or 0x9DB8FF) is unknown color: approx Perano. HEX triplet: 9D, B8 and FF. RGB value is (157,184,255). Sum of RGB (Red+Green+Blue) = 157+184+255=596 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.34% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DB8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB8FF is #624700. Grayscale: #B7B7B7. Windows color (decimal): -6440705 or 16758941. OLE color: 16758941.

HSL color Cylindrical-coordinate representation of color #9DB8FF: hue angle of 223.47º 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 #9DB8FF is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB157184255-
CMYK0.380.2800
HSL223.47º100%80.78%-
HSV(B)223.47º38.43%100%-
XYZ49.148.67101.41-
YUV184.02168.05108.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.34%
GREEN value IS 184 (72.27% from 255) = 30.87%
BLUE value IS 255 (100% from 255) = 42.79%
R=26.34%
G=30.87%
B=42.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1571842550.380.2800223.4710080.78
Hex9DB8FF261C00df6451
Octal235270377463400337144121
Binary10011101101110001111111110011011100001101111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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