#94ADFE

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

Shades of Perano #94ADFE

Tints of Perano #94ADFE

Color information

#94ADFE (or 0x94ADFE) is unknown color: approx Perano. HEX triplet: 94, AD and FE. RGB value is (148,173,254). Sum of RGB (Red+Green+Blue) = 148+173+254=575 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.74% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #94ADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ADFE is #6B5201. Grayscale: #AEAEAE. Windows color (decimal): -7033346 or 16690580. OLE color: 16690580.

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

Color convert

RGB148173254-
CMYK0.420.3200.00
HSL225.85º98.15%78.82%-
HSV(B)225.85º41.73%99.61%-
XYZ45.0543.3499.76-
YUV174.76172.72108.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.74%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=25.74%
G=30.09%
B=44.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1481732540.420.3200.00225.8598.1578.82
Hex94ADFE2A2000e2624f
Octal224255376524000342142117
Binary100101001010110111111110101010100000001110001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,173,254); }

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

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

 a { background-color: rgb(148,173,254); }

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

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

 span { border-color: rgb(148,173,254); }

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