#93B0FE

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

Shades of Perano #93B0FE

Tints of Perano #93B0FE

Color information

#93B0FE (or 0x93B0FE) is unknown color: approx Perano. HEX triplet: 93, B0 and FE. RGB value is (147,176,254). Sum of RGB (Red+Green+Blue) = 147+176+254=577 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.48% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #93B0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93B0FE is #6C4F01. Grayscale: #AFAFAF. Windows color (decimal): -7098114 or 16691347. OLE color: 16691347.

HSL color Cylindrical-coordinate representation of color #93B0FE: hue angle of 223.74º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93B0FE is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB147176254-
CMYK0.420.3100.00
HSL223.74º98.17%78.63%-
HSV(B)223.74º42.13%99.61%-
XYZ45.4544.4199.94-
YUV176.22171.89107.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.48%
GREEN value IS 176 (69.14% from 255) = 30.50%
BLUE value IS 254 (99.61% from 255) = 44.02%
R=25.48%
G=30.50%
B=44.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1471762540.420.3100.00223.7498.1778.63
Hex93B0FE2A1F00e0624f
Octal223260376523700340142117
Binary10010011101100001111111010101011111001110000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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