#9DB0FC

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

Shades of Perano #9DB0FC

Tints of Perano #9DB0FC

Color information

#9DB0FC (or 0x9DB0FC) is unknown color: approx Perano. HEX triplet: 9D, B0 and FC. RGB value is (157,176,252). Sum of RGB (Red+Green+Blue) = 157+176+252=585 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.84% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #9DB0FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DB0FC is #624F03. Grayscale: #B2B2B2. Windows color (decimal): -6442756 or 16560285. OLE color: 16560285.

HSL color Cylindrical-coordinate representation of color #9DB0FC: hue angle of 228º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DB0FC is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB157176252-
CMYK0.380.3000.01
HSL228º94.06%80.2%-
HSV(B)228º37.7%98.82%-
XYZ4745.2598.35-
YUV178.98169.21112.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.84%
GREEN value IS 176 (69.14% from 255) = 30.09%
BLUE value IS 252 (98.83% from 255) = 43.08%
R=26.84%
G=30.09%
B=43.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1571762520.380.3000.0122894.0680.2
Hex9DB0FC261E01e45e50
Octal235260374463601344136120
Binary10011101101100001111110010011011110011110010010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,176,252); }

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

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

 a { background-color: rgb(157,176,252); }

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

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

 span { border-color: rgb(157,176,252); }

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