#94ADFF

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

Shades of Perano #94ADFF

Tints of Perano #94ADFF

Color information

#94ADFF (or 0x94ADFF) is unknown color: approx Perano. HEX triplet: 94, AD and FF. RGB value is (148,173,255). Sum of RGB (Red+Green+Blue) = 148+173+255=576 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.69% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #94ADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ADFF is #6B5200. Grayscale: #AEAEAE. Windows color (decimal): -7033345 or 16756116. OLE color: 16756116.

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

Color convert

RGB148173255-
CMYK0.420.3200
HSL225.98º100%79.02%-
HSV(B)225.98º41.96%100%-
XYZ45.2143.4100.6-
YUV174.87173.22108.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.69%
GREEN value IS 173 (67.97% from 255) = 30.03%
BLUE value IS 255 (100% from 255) = 44.27%
R=25.69%
G=30.03%
B=44.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1481732550.420.3200225.9810079.02
Hex94ADFF2A2000e2644f
Octal224255377524000342144117
Binary100101001010110111111111101010100000001110001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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