#92ADEE

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

Shades of Perano #92ADEE

Tints of Perano #92ADEE

Color information

#92ADEE (or 0x92ADEE) is unknown color: approx Perano. HEX triplet: 92, AD and EE. RGB value is (146,173,238). Sum of RGB (Red+Green+Blue) = 146+173+238=557 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.21% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #92ADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92ADEE is #6D5211. Grayscale: #ACACAC. Windows color (decimal): -7164434 or 15642002. OLE color: 15642002.

HSL color Cylindrical-coordinate representation of color #92ADEE: hue angle of 222.39º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92ADEE is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146173238-
CMYK0.390.2700.07
HSL222.39º73.02%75.29%-
HSV(B)222.39º38.66%93.33%-
XYZ42.2342.1786.8-
YUV172.34165.05109.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.21%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 238 (93.36% from 255) = 42.73%
R=26.21%
G=31.06%
B=42.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461732380.390.2700.07222.3973.0275.29
Hex92ADEE271B07de494b
Octal222255356473307336111113
Binary1001001010101101111011101001111101101111101111010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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