#94ADE6

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

Shades of Perano #94ADE6

Tints of Perano #94ADE6

Color information

#94ADE6 (or 0x94ADE6) is unknown color: approx Perano. HEX triplet: 94, AD and E6. RGB value is (148,173,230). Sum of RGB (Red+Green+Blue) = 148+173+230=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #94ADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ADE6 is #6B5219. Grayscale: #ABABAB. Windows color (decimal): -7033370 or 15117716. OLE color: 15117716.

HSL color Cylindrical-coordinate representation of color #94ADE6: hue angle of 221.71º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94ADE6 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB148173230-
CMYK0.360.2500.10
HSL221.71º62.12%74.12%-
HSV(B)221.71º35.65%90.2%-
XYZ41.4441.980.77-
YUV172.02160.72110.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.86%
GREEN value IS 173 (67.97% from 255) = 31.40%
BLUE value IS 230 (90.23% from 255) = 41.74%
R=26.86%
G=31.40%
B=41.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1481732300.360.2500.10221.7162.1274.12
Hex94ADE624190Ade3e4a
Octal224255346443101233676112
Binary1001010010101101111001101001001100101010110111101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ADE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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