#92BEFF

Color #92BEFF Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #92BEFF

Tints of Light Sky Blue #92BEFF

Color information

#92BEFF (or 0x92BEFF) is unknown color: approx Light Sky Blue. HEX triplet: 92, BE and FF. RGB value is (146,190,255). Sum of RGB (Red+Green+Blue) = 146+190+255=591 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.70% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #92BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BEFF is #6D4100. Grayscale: #B7B7B7. Windows color (decimal): -7160065 or 16760466. OLE color: 16760466.

HSL color Cylindrical-coordinate representation of color #92BEFF: hue angle of 215.78º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92BEFF is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB146190255-
CMYK0.430.2500
HSL215.78º100%78.63%-
HSV(B)215.78º42.75%100%-
XYZ48.3250.16101.74-
YUV184.25167.92100.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.70%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 255 (100% from 255) = 43.15%
R=24.70%
G=32.15%
B=43.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1461902550.430.2500215.7810078.63
Hex92BEFF2B1900d8644f
Octal222276377533100330144117
Binary10010010101111101111111110101111001001101100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,190,255); }

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

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

 a { background-color: rgb(146,190,255); }

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

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

 span { border-color: rgb(146,190,255); }

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