#92ABFB

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

Shades of Perano #92ABFB

Tints of Perano #92ABFB

Color information

#92ABFB (or 0x92ABFB) is unknown color: approx Perano. HEX triplet: 92, AB and FB. RGB value is (146,171,251). Sum of RGB (Red+Green+Blue) = 146+171+251=568 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.70% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #92ABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92ABFB is #6D5404. Grayscale: #ACACAC. Windows color (decimal): -7164933 or 16493458. OLE color: 16493458.

HSL color Cylindrical-coordinate representation of color #92ABFB: hue angle of 225.71º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92ABFB is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146171251-
CMYK0.420.3200.02
HSL225.71º92.92%77.84%-
HSV(B)225.71º41.83%98.43%-
XYZ43.8342.297.1-
YUV172.64172.22109-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.70%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 251 (98.44% from 255) = 44.19%
R=25.70%
G=30.11%
B=44.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1461712510.420.3200.02225.7192.9277.84
Hex92ABFB2A2002e25d4e
Octal222253373524002342135116
Binary1001001010101011111110111010101000000101110001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92ABFB; }

 p { color: rgb(146,171,251); }

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

<style>
 a { background-color: #92ABFB; }

 a { background-color: rgb(146,171,251); }

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

<style>
 span { border-color: #92ABFB; }

 span { border-color: rgb(146,171,251); }

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