#94ABFC

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

Shades of Perano #94ABFC

Tints of Perano #94ABFC

Color information

#94ABFC (or 0x94ABFC) is unknown color: approx Perano. HEX triplet: 94, AB and FC. RGB value is (148,171,252). Sum of RGB (Red+Green+Blue) = 148+171+252=571 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.92% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #94ABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ABFC is #6B5403. Grayscale: #ADADAD. Windows color (decimal): -7033860 or 16558996. OLE color: 16558996.

HSL color Cylindrical-coordinate representation of color #94ABFC: hue angle of 226.73º 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 #94ABFC is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB148171252-
CMYK0.410.3200.01
HSL226.73º94.55%78.43%-
HSV(B)226.73º41.27%98.82%-
XYZ44.3542.4597.95-
YUV173.36172.38109.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.92%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 252 (98.83% from 255) = 44.13%
R=25.92%
G=29.95%
B=44.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1481712520.410.3200.01226.7394.5578.43
Hex94ABFC292001e35f4e
Octal224253374514001343137116
Binary100101001010101111111100101001100000011110001110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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