#93B0FC

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

Shades of Perano #93B0FC

Tints of Perano #93B0FC

Color information

#93B0FC (or 0x93B0FC) is unknown color: approx Perano. HEX triplet: 93, B0 and FC. RGB value is (147,176,252). Sum of RGB (Red+Green+Blue) = 147+176+252=575 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.57% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #93B0FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93B0FC is #6C4F03. Grayscale: #AFAFAF. Windows color (decimal): -7098116 or 16560275. OLE color: 16560275.

HSL color Cylindrical-coordinate representation of color #93B0FC: hue angle of 223.43º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93B0FC is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB147176252-
CMYK0.420.3000.01
HSL223.43º94.59%78.24%-
HSV(B)223.43º41.67%98.82%-
XYZ45.1344.2898.26-
YUV175.99170.89107.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.57%
GREEN value IS 176 (69.14% from 255) = 30.61%
BLUE value IS 252 (98.83% from 255) = 43.83%
R=25.57%
G=30.61%
B=43.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1471762520.420.3000.01223.4394.5978.24
Hex93B0FC2A1E01df5f4e
Octal223260374523601337137116
Binary10010011101100001111110010101011110011101111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93B0FC; }

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

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

<style>
 a { background-color: #93B0FC; }

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

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

<style>
 span { border-color: #93B0FC; }

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

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