#94ADFB

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

Shades of Perano #94ADFB

Tints of Perano #94ADFB

Color information

#94ADFB (or 0x94ADFB) is unknown color: approx Perano. HEX triplet: 94, AD and FB. RGB value is (148,173,251). Sum of RGB (Red+Green+Blue) = 148+173+251=572 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.87% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #94ADFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ADFB is #6B5204. Grayscale: #AEAEAE. Windows color (decimal): -7033349 or 16493972. OLE color: 16493972.

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

Color convert

RGB148173251-
CMYK0.410.3100.02
HSL225.44º92.79%78.24%-
HSV(B)225.44º41.04%98.43%-
XYZ44.5743.1597.25-
YUV174.42171.22109.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.87%
GREEN value IS 173 (67.97% from 255) = 30.24%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=25.87%
G=30.24%
B=43.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1481732510.410.3100.02225.4492.7978.24
Hex94ADFB291F02e15d4e
Octal224255373513702341135116
Binary100101001010110111111011101001111110101110000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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