#94B0FC

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

Shades of Perano #94B0FC

Tints of Perano #94B0FC

Color information

#94B0FC (or 0x94B0FC) is unknown color: approx Perano. HEX triplet: 94, B0 and FC. RGB value is (148,176,252). Sum of RGB (Red+Green+Blue) = 148+176+252=576 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.69% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #94B0FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94B0FC is #6B4F03. Grayscale: #AFAFAF. Windows color (decimal): -7032580 or 16560276. OLE color: 16560276.

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

Color convert

RGB148176252-
CMYK0.410.3000.01
HSL223.85º94.55%78.43%-
HSV(B)223.85º41.27%98.82%-
XYZ45.3144.3798.27-
YUV176.29170.72107.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.69%
GREEN value IS 176 (69.14% from 255) = 30.56%
BLUE value IS 252 (98.83% from 255) = 43.75%
R=25.69%
G=30.56%
B=43.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1481762520.410.3000.01223.8594.5578.43
Hex94B0FC291E01e05f4e
Octal224260374513601340137116
Binary10010100101100001111110010100111110011110000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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