#94B1FB

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

Shades of Perano #94B1FB

Tints of Perano #94B1FB

Color information

#94B1FB (or 0x94B1FB) is unknown color: approx Perano. HEX triplet: 94, B1 and FB. RGB value is (148,177,251). Sum of RGB (Red+Green+Blue) = 148+177+251=576 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.69% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #94B1FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94B1FB is #6B4E04. Grayscale: #B0B0B0. Windows color (decimal): -7032325 or 16494996. OLE color: 16494996.

HSL color Cylindrical-coordinate representation of color #94B1FB: hue angle of 223.11º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94B1FB is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148177251-
CMYK0.410.2900.02
HSL223.11º92.79%78.24%-
HSV(B)223.11º41.04%98.43%-
XYZ45.3544.7197.51-
YUV176.76169.89107.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.69%
GREEN value IS 177 (69.53% from 255) = 30.73%
BLUE value IS 251 (98.44% from 255) = 43.58%
R=25.69%
G=30.73%
B=43.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1481772510.410.2900.02223.1192.7978.24
Hex94B1FB291D02df5d4e
Octal224261373513502337135116
Binary100101001011000111111011101001111010101101111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,177,251); }

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

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

 a { background-color: rgb(148,177,251); }

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

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

 span { border-color: rgb(148,177,251); }

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