#92ACEE

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

Shades of Perano #92ACEE

Tints of Perano #92ACEE

Color information

#92ACEE (or 0x92ACEE) is unknown color: approx Perano. HEX triplet: 92, AC and EE. RGB value is (146,172,238). Sum of RGB (Red+Green+Blue) = 146+172+238=556 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.26% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #92ACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92ACEE is #6D5311. Grayscale: #ABABAB. Windows color (decimal): -7164690 or 15641746. OLE color: 15641746.

HSL color Cylindrical-coordinate representation of color #92ACEE: hue angle of 223.04º 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 #92ACEE is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146172238-
CMYK0.390.2800.07
HSL223.04º73.02%75.29%-
HSV(B)223.04º38.66%93.33%-
XYZ42.0441.7986.74-
YUV171.75165.39109.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.26%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 238 (93.36% from 255) = 42.81%
R=26.26%
G=30.94%
B=42.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461722380.390.2800.07223.0473.0275.29
Hex92ACEE271C07df494b
Octal222254356473407337111113
Binary1001001010101100111011101001111110001111101111110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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