#92ADF9

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

Shades of Perano #92ADF9

Tints of Perano #92ADF9

Color information

#92ADF9 (or 0x92ADF9) is unknown color: approx Perano. HEX triplet: 92, AD and F9. RGB value is (146,173,249). Sum of RGB (Red+Green+Blue) = 146+173+249=568 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.70% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #92ADF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92ADF9 is #6D5206. Grayscale: #ADADAD. Windows color (decimal): -7164423 or 16362898. OLE color: 16362898.

HSL color Cylindrical-coordinate representation of color #92ADF9: hue angle of 224.27º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92ADF9 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146173249-
CMYK0.410.3100.02
HSL224.27º89.57%77.45%-
HSV(B)224.27º41.37%97.65%-
XYZ43.942.8495.58-
YUV173.59170.55108.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.70%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 249 (97.66% from 255) = 43.84%
R=25.70%
G=30.46%
B=43.84%

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
Decimal1461732490.410.3100.02224.2789.5777.45
Hex92ADF9291F02e05a4d
Octal222255371513702340132115
Binary100100101010110111111001101001111110101110000010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ADF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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