#92BEFE

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

Shades of Light Sky Blue #92BEFE

Tints of Light Sky Blue #92BEFE

Color information

#92BEFE (or 0x92BEFE) is unknown color: approx Light Sky Blue. HEX triplet: 92, BE and FE. RGB value is (146,190,254). Sum of RGB (Red+Green+Blue) = 146+190+254=590 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.75% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #92BEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BEFE is #6D4101. Grayscale: #B7B7B7. Windows color (decimal): -7160066 or 16694930. OLE color: 16694930.

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

Color convert

RGB146190254-
CMYK0.430.2500.00
HSL215.56º98.18%78.43%-
HSV(B)215.56º42.52%99.61%-
XYZ48.1650.09100.9-
YUV184.14167.42100.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.75%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 254 (99.61% from 255) = 43.05%
R=24.75%
G=32.20%
B=43.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1461902540.430.2500.00215.5698.1878.43
Hex92BEFE2B1900d8624e
Octal222276376533100330142116
Binary10010010101111101111111010101111001001101100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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