#92B3EE

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

Shades of Perano #92B3EE

Tints of Perano #92B3EE

Color information

#92B3EE (or 0x92B3EE) is unknown color: approx Perano. HEX triplet: 92, B3 and EE. RGB value is (146,179,238). Sum of RGB (Red+Green+Blue) = 146+179+238=563 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.93% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #92B3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92B3EE is #6D4C11. Grayscale: #AFAFAF. Windows color (decimal): -7162898 or 15643538. OLE color: 15643538.

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

Color convert

RGB146179238-
CMYK0.390.2500.07
HSL218.48º73.02%75.29%-
HSV(B)218.48º38.66%93.33%-
XYZ43.4144.5287.2-
YUV175.86163.07106.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.93%
GREEN value IS 179 (70.31% from 255) = 31.79%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=25.93%
G=31.79%
B=42.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461792380.390.2500.07218.4873.0275.29
Hex92B3EE271907da494b
Octal222263356473107332111113
Binary1001001010110011111011101001111100101111101101010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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