#9DB6FE

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

Shades of Perano #9DB6FE

Tints of Perano #9DB6FE

Color information

#9DB6FE (or 0x9DB6FE) is unknown color: approx Perano. HEX triplet: 9D, B6 and FE. RGB value is (157,182,254). Sum of RGB (Red+Green+Blue) = 157+182+254=593 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.48% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DB6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB6FE is #624901. Grayscale: #B6B6B6. Windows color (decimal): -6441218 or 16692893. OLE color: 16692893.

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

Color convert

RGB157182254-
CMYK0.380.2800.00
HSL224.54º97.98%80.59%-
HSV(B)224.54º38.19%99.61%-
XYZ48.5247.78100.43-
YUV182.73168.22109.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.48%
GREEN value IS 182 (71.48% from 255) = 30.69%
BLUE value IS 254 (99.61% from 255) = 42.83%
R=26.48%
G=30.69%
B=42.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1571822540.380.2800.00224.5497.9880.59
Hex9DB6FE261C00e16251
Octal235266376463400341142121
Binary10011101101101101111111010011011100001110000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,182,254); }

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

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

 a { background-color: rgb(157,182,254); }

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

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

 span { border-color: rgb(157,182,254); }

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