#92ACED

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

Shades of Perano #92ACED

Tints of Perano #92ACED

Color information

#92ACED (or 0x92ACED) is unknown color: approx Perano. HEX triplet: 92, AC and ED. RGB value is (146,172,237). Sum of RGB (Red+Green+Blue) = 146+172+237=555 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.31% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #92ACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92ACED is #6D5312. Grayscale: #ABABAB. Windows color (decimal): -7164691 or 15576210. OLE color: 15576210.

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

Color convert

RGB146172237-
CMYK0.380.2700.07
HSL222.86º71.65%75.1%-
HSV(B)222.86º38.4%92.94%-
XYZ41.8941.7385.97-
YUV171.64164.89109.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.31%
GREEN value IS 172 (67.58% from 255) = 30.99%
BLUE value IS 237 (92.97% from 255) = 42.70%
R=26.31%
G=30.99%
B=42.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461722370.380.2700.07222.8671.6575.1
Hex92ACED261B07df484b
Octal222254355463307337110113
Binary1001001010101100111011011001101101101111101111110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,172,237); }

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

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

 a { background-color: rgb(146,172,237); }

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

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

 span { border-color: rgb(146,172,237); }

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