#9DB4FE

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

Shades of Perano #9DB4FE

Tints of Perano #9DB4FE

Color information

#9DB4FE (or 0x9DB4FE) is unknown color: approx Perano. HEX triplet: 9D, B4 and FE. RGB value is (157,180,254). Sum of RGB (Red+Green+Blue) = 157+180+254=591 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.57% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DB4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB4FE is #624B01. Grayscale: #B5B5B5. Windows color (decimal): -6441730 or 16692381. OLE color: 16692381.

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

Color convert

RGB157180254-
CMYK0.380.2900.00
HSL225.77º97.98%80.59%-
HSV(B)225.77º38.19%99.61%-
XYZ48.1246.97100.3-
YUV181.56168.88110.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.57%
GREEN value IS 180 (70.70% from 255) = 30.46%
BLUE value IS 254 (99.61% from 255) = 42.98%
R=26.57%
G=30.46%
B=42.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1571802540.380.2900.00225.7797.9880.59
Hex9DB4FE261D00e26251
Octal235264376463500342142121
Binary10011101101101001111111010011011101001110001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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