#92ADF1

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

Shades of Perano #92ADF1

Tints of Perano #92ADF1

Color information

#92ADF1 (or 0x92ADF1) is unknown color: approx Perano. HEX triplet: 92, AD and F1. RGB value is (146,173,241). Sum of RGB (Red+Green+Blue) = 146+173+241=560 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.07% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #92ADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92ADF1 is #6D520E. Grayscale: #ACACAC. Windows color (decimal): -7164431 or 15838610. OLE color: 15838610.

HSL color Cylindrical-coordinate representation of color #92ADF1: hue angle of 222.95º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92ADF1 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146173241-
CMYK0.390.2800.05
HSL222.95º77.24%75.88%-
HSV(B)222.95º39.42%94.51%-
XYZ42.6742.3589.14-
YUV172.68166.55108.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.07%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 241 (94.53% from 255) = 43.04%
R=26.07%
G=30.89%
B=43.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1461732410.390.2800.05222.9577.2475.88
Hex92ADF1271C05df4d4c
Octal222255361473405337115114
Binary1001001010101101111100011001111110001011101111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,173,241); }

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

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

 a { background-color: rgb(146,173,241); }

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

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

 span { border-color: rgb(146,173,241); }

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